概述
1.利用国内镜像网站下载:
首先打开cmd窗口输入如下命令:
pip install jieba -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
2.测试使用
import jieba
>>> jieba.lcut("中国是个伟大的国家")
Building prefix dict from the default dictionary ...
Dumping model to file cache C:Users17185AppDataLocalTempjieba.cache
Loading model cost 0.920 seconds.
Prefix dict has been built successfully.
['中国', '是', '个', '伟大', '的', '国家']
3.jieba.add-word(“蟒蛇语言”),向词库中添加新词
最后
以上就是平常咖啡为你收集整理的jieba库的安装的全部内容,希望文章能够帮你解决jieba库的安装所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复