#153 · Primary category: NLP Tools & Text Processing

lightNLP

cbow chinese cws deep-learning dependency-parsing hierarchical-softmax language-model nature-language-process negative-sampling nlp pos python pytorch relation-extraction sentence-similarity skip-gram srl text-classification torchtext word2vec

基于Pytorch和torchtext的自然语言处理深度学习框架。

Project last updated:12/14/20

GitHub Stars

830

Forks

209

Contributors

1

License

Apache-2.0

Why we included this project

lightNLP is a compact PyTorch and torchtext framework for people who want to learn Chinese NLP by reading and running real model code. It covers a broad set of tasks, including named entity recognition, part-of-speech tagging, word segmentation, dependency parsing, relation extraction, sentence similarity, text classification, and word2vec-style embeddings, all behind the same train/test/predict interface. The author is upfront that this is a learning-oriented collection rather than a production service: it ships no pretrained models or tuned parameters, so the value is in studying and adapting the code, not deploying it as is. For developers coming from other fields, the bundled demos and the lightnlp-cookbook documentation make it easy to work through each task end to end and swap in your own data.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category