#153 · Primary category: NLP Tools & Text Processing
lightNLP
基于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
flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
compromise
modest natural-language processing
tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量