Exclude "shell" and "Shell" from English tokenizer exceptions (resolves #775)

This commit is contained in:
Ines Montani 2017-01-25 13:15:02 +01:00
parent a3c92e1bf6
commit 209c37bbcf

View File

@ -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