hi, I installed requirements one by one, afterall it gaves me this error:
marn@mint18 ~/c/t/T/python> python CLAAS_public.py
Traceback (most recent call last):
File "CLAAS_public.py", line 70, in
tagger = PerceptronTagger()
File "/usr/local/lib/python2.7/dist-packages/nltk/tag/perceptron.py", line 140, in init
AP_MODEL_LOC = 'file:'+str(find('taggers/averaged_perceptron_tagger/'+PICKLE))
File "/usr/local/lib/python2.7/dist-packages/nltk/data.py", line 673, in find
raise LookupError(resource_not_found)
LookupError:
Resource averaged_perceptron_tagger not found.
Please use the NLTK Downloader to obtain the resource:
Like the error suggests, please download the averaged_perceptron_tagger by typing nltk.download() in the python console and looking for it! Closing as it's just an nltk dependency issue
hi, I installed requirements one by one, afterall it gaves me this error: marn@mint18 ~/c/t/T/python> python CLAAS_public.py Traceback (most recent call last): File "CLAAS_public.py", line 70, in
tagger = PerceptronTagger()
File "/usr/local/lib/python2.7/dist-packages/nltk/tag/perceptron.py", line 140, in init
AP_MODEL_LOC = 'file:'+str(find('taggers/averaged_perceptron_tagger/'+PICKLE))
File "/usr/local/lib/python2.7/dist-packages/nltk/data.py", line 673, in find
raise LookupError(resource_not_found)
LookupError:
Resource averaged_perceptron_tagger not found. Please use the NLTK Downloader to obtain the resource:
Searched in: