Skip to content

Commit

Permalink
Exclude "shell" and "Shell" from English tokenizer exceptions (resolves
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Jan 25, 2017
1 parent a3c92e1 commit 209c37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacy/en/tokenizer_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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
Expand Down

0 comments on commit 209c37b

Please sign in to comment.