From ff8b25bb5f1af15a7d043962f5ea1845a331908c Mon Sep 17 00:00:00 2001 From: Justin Terry Date: Thu, 14 Jun 2018 14:19:34 -0400 Subject: [PATCH] add link to new stopwords site (#40) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8458f19..d9bdff2 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ The RAKE.rake function also accepts minCharacters, maxWords and minFrequency fla rake = RAKE.Rake(RAKE.SmartStopList()) rake.run(, minCharacters = 1, maxWords = 5, minFrequency = 1) -Other stoplists and stoplists in other languages can be found at https://github.com/trec-kba/many-stop-words/tree/master/orig, at http://www.ranks.nl/stopwords and in the NLTK stopwords package +Other stoplists and stoplists in other languages can be found at https://github.com/trec-kba/many-stop-words/tree/master/orig, at http://www.ranks.nl/stopwords, at https://sites.google.com/site/kevinbouge/stopwords-lists and in the NLTK stopwords package ### Releases ### I will push releases to pypi periodically, but if there is a feature in master not built/pushed and you want it to be, just ping me.