From 79b4a448174ab94c3dfa73f2cc4f725043220fd0 Mon Sep 17 00:00:00 2001 From: Anmol Wassan Date: Wed, 10 Oct 2018 01:47:00 +0530 Subject: [PATCH] Replace `fify -> fifty` in `gensim.parsing.preprocessing.STOPWORDS` (#2220) --- gensim/parsing/preprocessing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gensim/parsing/preprocessing.py b/gensim/parsing/preprocessing.py index 98133b3848..ed77c8e6b6 100644 --- a/gensim/parsing/preprocessing.py +++ b/gensim/parsing/preprocessing.py @@ -45,7 +45,7 @@ STOPWORDS = frozenset([ 'all', 'six', 'just', 'less', 'being', 'indeed', 'over', 'move', 'anyway', 'four', 'not', 'own', 'through', - 'using', 'fify', 'where', 'mill', 'only', 'find', 'before', 'one', 'whose', 'system', 'how', 'somewhere', + 'using', 'fifty', 'where', 'mill', 'only', 'find', 'before', 'one', 'whose', 'system', 'how', 'somewhere', 'much', 'thick', 'show', 'had', 'enough', 'should', 'to', 'must', 'whom', 'seeming', 'yourselves', 'under', 'ours', 'two', 'has', 'might', 'thereafter', 'latterly', 'do', 'them', 'his', 'around', 'than', 'get', 'very', 'de', 'none', 'cannot', 'every', 'un', 'they', 'front', 'during', 'thus', 'now', 'him', 'nor', 'name', 'regarding',