Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 462 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 462 Bytes

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