From ff555013cf6114d1b0a225673e24a1b1bbbdccf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mir=C3=B3?= Date: Sun, 10 Jul 2016 00:36:33 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26f4f23..92044aa 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,11 @@ You can make use via **API** or via **Command Line**. For example, you can gener #### Third parties modules -Module uses two third parties modules +Module uses thress third parties modules * [stop_words](https://github.com/Alir3z4/python-stop-words) * [pystemmer](https://github.com/snowballstem/pystemmer) +* [six](https://bitbucket.org/gutworth/six) The first module is used in **stop_words filter**, the second module is used in **stemming filter**. If you don't use these two filters, you don't need install them.