Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 464 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 464 Bytes

nlp - Natural Language Processing for Python

This project provides NLP functions for Python

Example

import nlp

tokens = nlp.tokenize('Marry had a little lamb')
print(tokens)  # ['marry', '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