machinalis / quepy

A python framework to transform natural language questions to queries in a database query language.
Other
1.25k stars 296 forks source link

Broken NLTK setup #40

Closed TestSubjector closed 7 years ago

TestSubjector commented 7 years ago

While running quepy nltkdata /some/pathdownloads the resources "wordnet" and "maxent_treebank _pos_tagger", trying to run the applicaion gives the following error:

Resource u'taggers/averaged_perceptron_tagger/averaged_perceptron_tagger.pickle' not found. Please use the NLTK Downloader to obtain the resource: >>> nltk.download()

I believe this is because of the perceptron tagger being made the default tagger in the nltk project, which is a dependency for quepy.

rafacarrascosa commented 7 years ago

Thanks!