SupervisedStylometry / SuperStyl

Supervised Stylometry
GNU General Public License v3.0
21 stars 5 forks source link

Bug with POS option #55

Closed Jean-Baptiste-Camps closed 8 months ago

Jean-Baptiste-Camps commented 8 months ago

When I try to test it, I get:

LookupError: 
**********************************************************************
  Resource averaged_perceptron_tagger not found.
  Please use the NLTK Downloader to obtain the resource:
  >>> import nltk
  >>> nltk.download('averaged_perceptron_tagger')
Jean-Baptiste-Camps commented 8 months ago

@floriancafiero !

Jean-Baptiste-Camps commented 8 months ago

Should be solved when #60 is tested and merged.