Skip to content

Commit

Permalink
Exclude "shed" and "Shed" from tokenizer exceptions (see #847)
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Feb 18, 2017
1 parent 9c04d97 commit 30ce2a6
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", "Shell", "shell", "were", "Were", "Well", "well", "Whore", "whore"]
EXCLUDE_EXC = ["Ill", "ill", "Its", "its", "Hell", "hell", "Shell", "shell", "Shed", "shed", "were", "Were", "Well", "well", "Whore", "whore"]


# Pronouns
Expand Down

0 comments on commit 30ce2a6

Please sign in to comment.