From ba96331a100de128e6a5dd487598f032384966b1 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sun, 19 Apr 2026 05:33:54 +0800 Subject: [PATCH] add back "jieba", it's still useful and works in Python 3.13 actually --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac3fe441..e233f3fc 100644 --- a/README.md +++ b/README.md @@ -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