Add python-stop-words

Get list of common stop words in various languages in Python.
This commit is contained in:
Alireza Savand 2014-09-27 17:19:28 +04:00
parent 34004d479e
commit 1af4bc9cfb

View File

@ -198,6 +198,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [Pygments](http://pygments.org/) - A generic syntax highlighter.
* [python-nameparser](https://github.com/derek73/python-nameparser) - Parsing human names into their individual components.
* [pyparsing](http://pyparsing.wikispaces.com/) - A general purpose framework for generating parsers.
* [python-stop-words](https://github.com/Alir3z4/python-stop-words) - Get list of common stop words in various languages in Python.
## Specific Formats Processing