我尝试了以下方法:1)
sudo apt-get install python-nltk
sudo apt-get install python-tk
sudo apt-get install python-numpy
sudo apt-get install python-matplotlib
最后 3 个只是为了避免以后出现依赖问题。
2)我也尝试从源代码构建 nltk。
这两种方法都不起作用。这是我得到的错误:
Python 2.7.2 (default, Nov 1 2011, 23:57:57)
[GCC 4.6.1] on linux3
Type "help", "copyright", "credits" or "license" for more information.
>>> import nltk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named nltk
答案1
- 安装安装工具
sudo easy_install pip
sudo pip install -U numpy
sudo pip install -U pyyaml nltk
- 运行
python
然后输入import nltk