1

I have installed all the possible packages from nltk.download() interface but still SnowballStemmer lacking about english language if I print all available. Ho can I add english to this stemmer in NLTK?

erogol
  • 13,156
  • 33
  • 101
  • 155
  • do you mind if you add the version of your NLTK before and after the update? that would be nice to document and let other people know about the issue when they encounter the same problem. – alvas Nov 03 '13 at 17:37

1 Answers1

4

I just updated nltk with pip and problem is solved.

erogol
  • 13,156
  • 33
  • 101
  • 155