[ 源代码: python-jieba ]
软件包: python3-jieba (0.42.1-3)
python3-jieba 的相关链接
Trisquel 的资源:
下载源码包 python-jieba:
维护者:
Original Maintainers:
- Debian Chinese Team (Mail Archive)
- Yangfl
- Boyuan Yang
外部的资源:
- 主页 [github.com]
相似软件包:
Jieba Chinese text segmenter (Python 3)
"Jieba" (Chinese for "to stutter")is a high-accuracy Chinese text segmenteran based on HMM-model and Viterbi algorithm. It uses dynamic programming to find the most probable combination based on the word frequency.
It supports three types of segmentation mode:
* Accurate Mode attempts to cut the sentence into the most accurate segmentations, which is suitable for text analysis. * Full Mode gets all the possible words from the sentence. Fast but not accurate. * Search Engine Mode, based on the Accurate Mode, attempts to cut long words into several short words, which can raise the recall rate. Suitable for search engines.Traditional Chinese and customized dictionaries are also supported.
This package installs the library for Python 3.
其他与 python3-jieba 有关的软件包
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- sug: python-jieba-doc
- Jieba Chinese text segmenter (common documentation)