/pycrab

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Pycrab

Pycrab is a new, Python 2+3 compatible implementation of John Goldsmith's Linguistica 5 algorithm for unsupervised morphology learning.

Installation

Use the package manager pip to install pycrab.

pip install pycrab

Usage

import pycrab

# TODO

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPLv3