nltk / nltk_data

NLTK Data
1.44k stars 1.04k forks source link

I am not able to create and use custom corpora #92

Closed gajender106 closed 6 years ago

gajender106 commented 7 years ago

I am trying to create the corpora. I have created it inside nltk_data\corpora\ but when i am writeing "from nltk.corpus import cookbook" it is giving me below error. ImportError: cannot import name 'cookbook'

gajender106 commented 7 years ago

please do let me know how can i create my custom corpora. i have follow the steps which was given in book. but i am not able to create and use it