在Mac OS X 10.13.2中安装nltk 和numpy
参考网址: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
pythonthen typeimport nltk
sudo pip install -U nltksudo pip install -U numpypython then type import nltk