mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-04 21:50:35 +03:00
Fix typo in English tokenizer exceptions (resolves #1071)
This commit is contained in:
parent
2262211c46
commit
7f6be41f21
|
@ -178,7 +178,7 @@ for word in ["who", "what", "when", "where", "why", "how", "there", "that"]:
|
|||
|
||||
EXC[orth + "ve"] = [
|
||||
{ORTH: orth, LEMMA: word},
|
||||
{ORTH: "'ve", LEMMA: "have", TAG: "VB"}
|
||||
{ORTH: "ve", LEMMA: "have", TAG: "VB"}
|
||||
]
|
||||
|
||||
EXC[orth + "'d"] = [
|
||||
|
|
Loading…
Reference in New Issue
Block a user