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, and you can use the following command to install required libs:
pip install -r requirements.txt
If bazel is not installed on your system, install it now by following these directions.
The license is LICENSE