From 1af4bc9cfbc2ea7936cfa46c056cfdc44065ed11 Mon Sep 17 00:00:00 2001 From: Alireza Savand Date: Sat, 27 Sep 2014 17:19:28 +0400 Subject: [PATCH] Add python-stop-words Get list of common stop words in various languages in Python. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ff6c35..272ca76 100644 --- a/README.md +++ b/README.md @@ -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