How to Install and Uninstall python3-jieba Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 22,2024

1. Install "python3-jieba" package

Please follow the steps below to install python3-jieba on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-jieba

2. Uninstall "python3-jieba" package

Please follow the steps below to uninstall python3-jieba on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-jieba $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-jieba package on Ubuntu 21.10 (Impish Indri)

Package: python3-jieba
Architecture: all
Version: 0.42.1-2
Priority: optional
Section: universe/python
Source: python-jieba
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Chinese Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 37422
Depends: python3:any
Suggests: python-jieba-doc
Filename: pool/universe/p/python-jieba/python3-jieba_0.42.1-2_all.deb
Size: 16843976
MD5sum: 1d589deb5a4af8c5e1cf966a7d6e1836
SHA1: ed158ebaa8e2d81a58431b6f33c92a7551041c21
SHA256: 991cd01596b4a5ddc652f6ed68a0b0526d3034d7e55425e3433f68eea30ac26c
SHA512: 2e37099afdaad0e695c7e2f61d034cd32674151ba5b43b779835bec43df317438ee6516774e579b68c08e7d06dbe7a94f4e538c161dcc3539bf7052affc59db7
Homepage: https://github.com/fxsjy/jieba
Description-en: 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.
Description-md5: 92c691f9a300c78649ef7339077b87f8