Skip to content

xrick/tensorflow_nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, 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.

License

The license is LICENSE

Releases

No releases published

Packages

No packages published

Languages