#36 · Primary category: NLP Tools & Text Processing

JioNLP

ai apache2 chinese llm natural-language-processing nlp preprocessing python time-parse time-parsing

中文 NLP 预处理、解析工具包,准确、高效、易用 A Chinese NLP Preprocessing & Parsing Package www.jionlp.com

Project last updated:07/29/26

GitHub Stars

3.9K

Forks

441

Contributors

20

License

Apache-2.0

Why we included this project

Anyone building software that handles Chinese text probably knows the pain of rewriting the same cleanup code on every project. JioNLP collects those utilities in one place: it strips noise such as HTML and URLs from raw text, parses Chinese time expressions into concrete timestamps and durations, and extracts money amounts, phone numbers, ID cards, and addresses. The time parser and the address and ID-card extractors are the parts that earn their keep, since Chinese dates and administrative divisions have enough edge cases that doing them from scratch is a lot of fiddly work. The library also converts between simplified and traditional Chinese, generates pinyin, and offers a few data-augmentation tricks like back-translation and homophone substitution when you need more training examples. It installs as a normal Python package and runs without heavy model dependencies, so it drops into an existing NLP stack without much ceremony.

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