在Mac OS X 10.13.2中安装nltk 和numpy

Posted

一骑绝尘

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在Mac OS X 10.13.2中安装nltk 和numpy相关的知识,希望对你有一定的参考价值。

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

 

Mac/Unix

  1. Install NLTK: run sudo pip install -U nltk
  2. Install Numpy (optional): run sudo pip install -U numpy
  3. Test installation: run python then type import nltk

以上是关于在Mac OS X 10.13.2中安装nltk 和numpy的主要内容,如果未能解决你的问题,请参考以下文章