Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cidles/poio-analyzer
Poio is a collection of software tools for linguists working in language documentation, descriptive linguistics and/or language typology. It allows linguists to manage and analyze their data. The Poio Interlinear Editor allows to add morpho-syntactic annotations to transcriptions. It supports various file formats for input, but will only output standardized XML defined by the Corpus Encoding Standard and the Text Encoding Initiative. Several tools for analyzing linguistic data will be made available to further process annotated data. Poio tools are written in Python and are based on PyQt.
https://github.com/cidles/poio-analyzer
Last synced: 3 months ago
JSON representation
Poio is a collection of software tools for linguists working in language documentation, descriptive linguistics and/or language typology. It allows linguists to manage and analyze their data. The Poio Interlinear Editor allows to add morpho-syntactic annotations to transcriptions. It supports various file formats for input, but will only output standardized XML defined by the Corpus Encoding Standard and the Text Encoding Initiative. Several tools for analyzing linguistic data will be made available to further process annotated data. Poio tools are written in Python and are based on PyQt.
- Host: GitHub
- URL: https://github.com/cidles/poio-analyzer
- Owner: cidles
- License: apache-2.0
- Created: 2011-08-31T17:16:36.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-24T16:09:49.000Z (about 11 years ago)
- Last Synced: 2024-04-18T22:37:44.979Z (7 months ago)
- Language: Python
- Homepage: http://ltll.cidles.eu/poio/
- Size: 21.1 MB
- Stars: 13
- Watchers: 9
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
- low-resource-languages - poio-analyzer - Poio is a collection of software tools for linguists working in language documentation, descriptive linguistics and/or language typology. It allows linguists to manage and analyze their data. The Poio Interlinear Editor allows to add morpho-syntactic annotations to transcriptions. It supports various file formats for input, but will only output standardized XML defined by the Corpus Encoding Standard and the Text Encoding Initiative. Several tools for analyzing linguistic data will be made available to further process annotated data. Poio tools are written in Python and are based on PyQt. (Software / Utilities)
README
========================
Poio Tools for Linguists
========================Website
-------
http://media.cidles.eu/poio/Authors
-------
- Peter Bouda: `[email protected] `_Introduction
------------
Poio is a collection of software tools for linguists working in language
documentation, descriptive linguistics and/or language typology. It allows
linguists to manage and analyze their data. The Poio Interlinear Editor allows
to add morpho-syntactic and other annotations to transcriptions. It supports
various file formats for input, but will only output standardized XML defined
by the Corpus Encoding Standard and the Text Encoding Initiative. Several
tools for analyzing linguistic data will be made available to further process
annotated data. Poio tools are written in Python and are based on PyQt.Documentation
-------------
You can find the documentation for Poio on Read The Docs:http://poio.readthedocs.org
Develop
-------How to start with PyCharm
=========================1. Clone Poio from Github (https://github.com/cidles/Poio)
2. Clone PoioAPI from Github (https://github.com/cidles/poio-api)
3. Start PyCharm
4. Choose "File" -> "Open Directory" in menu and open Poio directory
5. Choose "File" -> "Settings" and set the "Project Interpreter" to Python 2.7
6. Choose "File" -> "Settings" and in the "Project Structure" add a "Content Root" that points to the PoioAPI directory; set the PoioAPI "src" directory as the "Sources"
7. * Choose "Run" -> "Edit Configurations" and add a new configuration
* Select "Python" configuration
* Give it a name
* Point the "Script" to "Poio\\bin\\PoioGRAID"
8. Develop and run it.Dependencies
------------
In order to develop Poio you need to install the folowing programs/libraries:- Python 2.7: http://www.python.org/download/
- Regex: http://pypi.python.org/pypi/regex/
- PyQt: http://www.riverbankcomputing.co.uk/software/pyqt/download
- PoioAPI: https://github.com/cidles/poio-apiDonating
--------
Have you found Poio helpful? Please support Poio development by supporting the
`Centro Interdisciplinar de Documentação Linguística e Social
`_ (click on ``Our Mission -> Support Us`` to learn more).Redistributing
--------------
Poio source code is distributed under the Apache 2.0 License.Poio may be freely redistributed, subject to the provisions of these licenses.
For license information, see LICENSE.txt.