/nlpy

Primary LanguagePythonMIT LicenseMIT

nlp - Natural Language Processing for Python

This project provides NLP functions for Python

Example

import nlp

tokens = nlp.tokenize('Mary had a little lamb')
print(tokens)  # ['mary', 'little', 'lamb']

Development

Run make test to run tests, see requirements.txt for package requirements and requirements-dev.txt for development requirements.

Project

https://github.com/353solutions/nlpy

License

MIT