#24 · Primary category: NLP Tools & Text Processing
ltp
Language Technology Platform
Project last updated:03/11/26
GitHub Stars
5.3K
Forks
1.1K
Contributors
6
License
Other
Why we included this project
LTP pulls the usual Chinese NLP pipeline into one model: word segmentation, part-of-speech tagging, named entity recognition, dependency parsing, and semantic role labeling all come from a shared pre-trained checkpoint. Because the tasks are trained together, a single pass produces the related annotations at once, which tends to be faster and more accurate than wiring up separate single-purpose models. There's also an older perceptron-based engine, reimplemented in Rust, that trades a bit of accuracy for much higher throughput on big corpora. Python developers get a pipeline API, Rust users get a native interface, and models auto-download from Hugging Face Hub. Training scripts and custom vocabulary support let teams fine-tune the checkpoints on their own labeled data instead of treating them as fixed.
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 上百种预训练中文词向量