From f708d7443b42ddd8c04aca029722859d594ceba7 Mon Sep 17 00:00:00 2001 From: DuyguA Date: Mon, 19 Mar 2018 14:06:39 +0100 Subject: [PATCH] added contractions to stopwords #2020 --- spacy/lang/en/stop_words.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spacy/lang/en/stop_words.py b/spacy/lang/en/stop_words.py index 394731ff1..0aa9ebb55 100644 --- a/spacy/lang/en/stop_words.py +++ b/spacy/lang/en/stop_words.py @@ -39,7 +39,7 @@ made make many may me meanwhile might mine more moreover most mostly move much must my myself name namely neither never nevertheless next nine no nobody none noone nor not -nothing now nowhere +nothing now nowhere n't of off often on once one only onto or other others otherwise our ours ourselves out over own @@ -66,4 +66,6 @@ whereafter whereas whereby wherein whereupon wherever whether which while whither who whoever whole whom whose why will with within without would yet you your yours yourself yourselves + +'d 'll 'm 're 's 've """.split())