您的位置:首页 > 编程语言 > Python开发

在Mac OS X 10.13.2中安装nltk 和numpy

2017-12-23 13:27 726 查看

参考网址:http://www.nltk.org/install.html

Mac/Unix

Install NLTK: run
sudo pip install -U nltk


Install Numpy (optional): run
sudo pip install -U numpy


Test installation: run
python
then type
import nltk
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: