Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stop-word elimination and stemmer in python

I have a somewhat large document and want to do stop-word elimination and stemming on the words of this document with Python. Does anyone know an of the shelf package for these? If not a code which is fast enough for large documents is also welcome. Thanks

like image 882
Hossein Avatar asked Dec 17 '22 21:12

Hossein


1 Answers

NLTK supports this.

like image 80
Ken Bloom Avatar answered Jan 03 '23 01:01

Ken Bloom