Skip to content

353solutions/nlpd

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published