target: | https://travis-ci.com/byam/mnlp |
---|
MNLP: Mongolian Natural Language Processing.
https://pypi.org/project/mnlp/
$ pip install mnlp
- Example: Stopwords
import mnlp
print(mnlp.stopwords.words())
# >> ['нь', 'ч', 'л', 'ба']
- Testing
$ python -m unittest discover
MIT