From 209c37bbcf291f9c971640852392a877d435ee96 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 25 Jan 2017 13:15:02 +0100 Subject: [PATCH] Exclude "shell" and "Shell" from English tokenizer exceptions (resolves #775) --- spacy/en/tokenizer_exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/en/tokenizer_exceptions.py b/spacy/en/tokenizer_exceptions.py index 36bb0d7f0..c562b38ee 100644 --- a/spacy/en/tokenizer_exceptions.py +++ b/spacy/en/tokenizer_exceptions.py @@ -7,7 +7,7 @@ from ..language_data import PRON_LEMMA EXC = {} -EXCLUDE_EXC = ["Ill", "ill", "Its", "its", "Hell", "hell", "were", "Were", "Well", "well", "Whore", "whore"] +EXCLUDE_EXC = ["Ill", "ill", "Its", "its", "Hell", "hell", "Shell", "shell", "were", "Were", "Well", "well", "Whore", "whore"] # Pronouns