Skip to content

Latest commit

 

History

History
281 lines (117 loc) · 7.53 KB

12-NLP Tools.md

File metadata and controls

281 lines (117 loc) · 7.53 KB

Datasets

Tools

Architect

Application

NLU (Natural Language Understanding)

Tensorflow

  • Kashgari

    Kashgari is a Production-ready NLP Transfer learning framework for text-labeling and text-classification, includes Word2Vec, BERT, and GPT2 Language Embedding.

    https://github.com/BrikerMan/Kashgari

  • deepnlp

    Deep Learning NLP Pipeline implemented on Tensorflow. Following the 'simplicity' rule, this project aims to use the deep learning library of Tensorflow to implement new NLP pipeline. You can extend the project to train models with your own corpus/languages. Pretrained models of Chinese corpus are distributed. Free RESTful NLP API are also provided. Visit http://www.deepnlp.org/api/v1.0/pipeline for details.

    https://github.com/rockingdingo/deepnlp

PyTorch

School

Java