Pycrab is a new, Python 2+3 compatible implementation of John Goldsmith's Linguistica 5 algorithm for unsupervised morphology learning.
Use the package manager pip to install pycrab.
pip install pycrab
import pycrab
# TODO
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.