mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-11 08:42:28 +03:00
Exclude "shed" and "Shed" from tokenizer exceptions (see #847)
This commit is contained in:
parent
9c04d97e22
commit
30ce2a6793
|
@ -7,7 +7,7 @@ from ..language_data import PRON_LEMMA
|
||||||
|
|
||||||
EXC = {}
|
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
|
# Pronouns
|
||||||
|
|
Loading…
Reference in New Issue
Block a user