I want to import a wordnet dictionary, but when I import a wordnet dictionary form, I see this error:
for l in open(WNSEARCHDIR+'/lexnames').readlines(): IOError: [Errno 2] No such file or directory: 'C:\\Program Files\\WordNet\\2.0\\dict/lexnames'
I install wordnet2.1 in this directory, but I can not import please help me solve this problem.
import nltk from nltk import * from nltk.corpus import wordnet from wordnet import Dictionary print '-----------------------------------------' print Dictionary.length
source share