#118 · Primary category: NLP Tools & Text Processing
THUOCL
THUOCL(THU Open Chinese Lexicon)中文词库
Project last updated:04/03/23
GitHub Stars
1.1K
Forks
213
Contributors
1
License
MIT
Why we included this project
Chinese word segmentation is one of those tasks where the dictionary you feed the segmenter decides the outcome, and THUOCL gives you a set of hand-curated lists built for exactly that. The eleven domains cover IT, finance, idioms, place names, historical figures, poetry, medical, food, law, vehicles, and animals, and every entry carries a document-frequency value, so you can filter by how common a term is across the corpus it was counted on. That matters if you want a vocabulary tuned to your own text instead of merging everything blindly. Segmenters like THULAC and Jieba can take these plain-text lists to keep proper nouns and domain jargon from being chopped into fragments. It is a data resource, not an application, so plan on feeding the tab-separated files into your own tokenizer rather than running anything out of the box.
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 上百种预训练中文词向量