Linguistica 5: Unsupervised Learning of Linguistic Structure
Project description
Linguistica 5 is a Python library for unsupervised learning of linguistic structure, based on Goldsmith (2001, 2006) and all subsequent developments.
Full documentation: http://linguistica-uchicago.github.io/lxa5/
Apart from being a Python library, Linguistica 5 provides two additional interfaces: (i) graphical user interface; (ii) command line interface.
Work by Jackson Lee and John Goldsmith
Download and install
Linguistica 5 is available through pip:
$ pip install linguistica
Linguistica 5 requires Python 3.4 or above. Core dependencies are NumPy, SciPy, and NetworkX. If you encounter issues in installing these dependencies, consider using the Python distribution Anaconda (or Miniconda) with these dependencies installed.
To use the graphical user interface, PyQt5 and SIP are required. PyQt5 is readily available from pip:
$ pip install PyQt5
At the time of writing (March 2017), SIP is best downloaded and installed from its source. (SIP is available through pip, but it does not include the C/C++ code generator for PyQt5.)
Using Linguistica 5
To use Linguistica 5 as a Python library, simply import linguistica in your Python programs:
import linguistica as lxa
Quick library demo here.
To launch the Linguistica 5 graphical user interface (with SIP and PyQt5 installed):
$ python -m linguistica gui
To launch the Linguistica 5 command line interface:
$ python -m linguistica cli
Citation
If you use Linguistica 5, please cite this paper:
@InProceedings{lee-goldsmith:2016:lxa5, author = {Lee, Jackson L. and Goldsmith, John A.}, title = {Linguistica 5: Unsupervised Learning of Linguistic Structure}, booktitle = {Proceedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics}, month = {June}, year = {2016}, address = {San Diego, California}, publisher = {Association for Computational Linguistics}, pages = {22--26}, url = {http://www.aclweb.org/anthology/N16-3005} }
Source code
The source code of Linguistica 5 is officially released on PyPI: https://pypi-hypernode.com/pypi/linguistica
It is also hosted on GitHub, possibly with work in progress: https://github.com/linguistica-uchicago/lxa5
Technical support
Please open issues for questions and bug reports. Alternatively, please feel free to contact Jackson Lee and John Goldsmith.
License
MIT License
See LICENSE.txt on the GitHub repository.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for linguistica-5.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 337abb68f7d1fc16e61c8b542b1861c13b8f680e2c0ca33d105bd498a0826029 |
|
MD5 | 73370a70f2bf361a7eac894e5a955714 |
|
BLAKE2b-256 | 9d1683b0034e01d874816296dcf069bf92c832dcef909b15c8658a1f6c5fea51 |