add back "jieba", it's still useful and works in Python 3.13 actually

This commit is contained in:
Vinta Chen
2026-04-19 05:33:54 +08:00
parent 5d4bfdd719
commit ba96331a10

View File

@@ -187,6 +187,7 @@ _Libraries for working with human languages._
- [stanza](https://github.com/stanfordnlp/stanza) - The Stanford NLP Group's official Python library, supporting 60+ languages.
- Chinese
- [funnlp](https://github.com/fighting41love/funNLP) - A collection of tools and datasets for Chinese NLP.
- [jieba](https://github.com/fxsjy/jieba) - The most popular Chinese text segmentation library.
## Computer Vision