#27 · Primary category: NLP Tools & Text Processing
Synonyms
:herb: Chinese synonyms: chatbot, intelligent Q&A toolkit
Project last updated:02/01/26
GitHub Stars
5.1K
Forks
886
Contributors
12
License
Other
Why we included this project
Chinese-language NLP often stumbles on a simple problem: knowing which words and sentences mean roughly the same thing. This Python library answers that with ready-made Chinese word vectors and a segmentation pipeline, then exposes a few straightforward functions: nearby synonyms for a word, a similarity score between two sentences, keyword extraction, and token vectors. You can drop those into a chatbot, a question-answering system, or an embedding search without assembling your own synonym data. Because it returns plain lists and scores in the 0 to 1 range, it slots neatly into fuzzy matching and retrieval pipelines. One thing to weigh before committing: since October 2023 the project uses the Chunsong Public License and requires a purchased license key to download the machine-learning model package, so check the licensing and cost model against your intended use.
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 上百种预训练中文词向量