#174 · Primary category: NLP Tools & Text Processing

chinese_dictionary

nlp

Synonym list, antonym list, and negation word list

Project last updated:10/17/24

GitHub Stars

537

Forks

198

Contributors

1

License

Other

Why we included this project

Chinese NLP projects tend to stall on the same quiet problem: the model is easy, the word lists are not. This repo ships three plain data files covering synonyms, antonyms, and negation words, ready to drop into a preprocessing step. That covers a lot of everyday work, from normalizing messy user input to expanding query terms for search. The negation list is also handy for rule-based cleanup before a model sees the text. It is a small dataset rather than a framework, so treat it as a building block inside a pipeline you already run.

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