Download of jieba word segmentation module

Provides three ways to download jeib word segmentation. Method 3 is fast! ! ! ! ! ! ! !

Method 1: http://download.csdn.net/detail/robin_xu_shuai/9691188
After downloading the installation package, manually switch to the directory disk and run setup.py. Install it. (The speed is OK )

Method 2: Official website download address: https://pypi.org/project/jieba/
Insert picture description hereInsert picture description here
However, the download speed on the official website is super slow ! ! ! !

Method 3 is super fast : pip install jieba -i https://pypi.douban.com/simple/

The effect is as follows:
Insert picture description here
How to judge whether the installation is successful! ! !
Open the python interface and enter import jieba
to install successfully without reporting an error, as follows:
Insert picture description here

Guess you like

Origin blog.csdn.net/guangwulv/article/details/106479657