Я пробовал следующее: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