나는 다음을 시도했다 : 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