Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.09 KB

README.rst

File metadata and controls

34 lines (24 loc) · 1.09 KB

Deep natural language process toolkit

This is a natural language process toolkit. The toolkit includes implement of segment, pos tagging, named entity recognition, text classification, text representation, textsum, relation extract, chatbot, QA and so on. so far, the implementation is experimental, should not be used for the production environment.

Implement

Requirement

The requirement in file [requirements.txt](requirements.txt), and you can use the following command to install required libs:

$ pip install -r requirements.txt

License

The license is Apache License 2.0