Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Mac で Python 2.7.2 を実行しています。
エラーが発生しますimport nltk
import nltk
つまりこれ:
>>> import nltk Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named nltk
助けてください。