How to Install and Uninstall python3-jieba Package on Kali Linux

Last updated: May 05,2024

1. Install "python3-jieba" package

Please follow the steps below to install python3-jieba on Kali Linux

$ sudo apt update $ sudo apt install python3-jieba

2. Uninstall "python3-jieba" package

This is a short guide on how to uninstall python3-jieba on Kali Linux:

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

3. Information about the python3-jieba package on Kali Linux

Package: python3-jieba
Source: python-jieba
Version: 0.42.1-4
Installed-Size: 37429
Maintainer: Debian Chinese Team
Architecture: all
Depends: python3:any
Suggests: python-jieba-doc
Size: 16836088
SHA256: a05137cada5dc625ce508e71bbd1c670895c75c3ae9a935487cb03a0a3d9ac99
SHA1: fc2f3ec9037ab71008a35a9842c46fcd80f19d27
MD5sum: 62a4870e41c11743e3a44ce41a07c09d
Description: 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:
Homepage: https://github.com/fxsjy/jieba
Section: python
Priority: optional
Filename: pool/main/p/python-jieba/python3-jieba_0.42.1-4_all.deb