辞書をインポートしたいのですwordnet
が、辞書フォームをインポートするとwordnet
、このエラーが表示されます:
for l in open(WNSEARCHDIR+'/lexnames').readlines():
IOError: [Errno 2] No such file or directory: 'C:\\Program Files\\WordNet\\2.0\\dict/lexnames'
このディレクトリにwordnet2.1をインストールしましたが、インポートできませんこの問題の解決にご協力ください
import nltk
from nltk import *
from nltk.corpus import wordnet
from wordnet import Dictionary
print '-----------------------------------------'
print Dictionary.length