美文网首页
工具安装

工具安装

作者: tianmh | 来源:发表于2016-03-20 17:11 被阅读74次

    如何将jieba分词库安装到conda目录里面。

    系统linux 64bit

    (1) jieba安装

    方法一:直接在github上面下载库,jieba (https://github.com/fxsjy/jieba.git),下载以后解压至:~/anaconda2/pkgs/目录;接下来在界面控制上输入:cd /anaconda2/pkgs/,运行 python setup.py install

    方法二:conda install -c https://conda.anaconda.org/jiangxiluning jieba

    相关文章

      网友评论

          本文标题:工具安装

          本文链接:https://www.haomeiwen.com/subject/nafklttx.html