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.
While running
quepy nltkdata /some/path
downloads the resources "wordnet" and "maxent_treebank _pos_tagger", trying to run the applicaion gives the following error:I believe this is because of the perceptron tagger being made the default tagger in the nltk project, which is a dependency for quepy.