-1
を:私はPythonのエラーbuiltins.ImportErrorがあります。私は、スクリプトの先頭に次のように書いた「nltk.tokenize」という名前のないモジュール
from nltk.tokenize import sword_tokenize
しかし、私は次のエラーを取得する:
builtins.ImportError: No module named 'nltk.tokenize'
この問題の解決方法を教えてください。
nltkをインストールしましたか?どのpythonバージョンでインストールしましたか?テストするには、Pythonインタプリタを実行し、import nltkと入力します –