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.
- chatbot
- named entity recognition
- poems
- pos tagging
- relation extraction
- segment
- sentiment
- text classification
- text representation
- text summarization
The requirement in file [requirements.txt](requirements.txt), and you can use the following command to install required libs:
$ pip install -r requirements.txt
The license is Apache License 2.0