参考网址: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 typeimport nltk
Posted 一骑绝尘
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在Mac OS X 10.13.2中安装nltk 和numpy相关的知识,希望对你有一定的参考价值。
sudo pip install -U nltk
sudo pip install -U numpy
python
then type import nltk
以上是关于在Mac OS X 10.13.2中安装nltk 和numpy的主要内容,如果未能解决你的问题,请参考以下文章
如何在 mac os x (10.9) 上的 python 中安装 libgpuarray 和 clBLAS?
在 XAMPP ubuntu 和 mac os x 中安装 a2enmod
如何在 mac os x 中安装/下载特定版本的 cassandra 分布式数据库?