Fix typo in English tokenizer exceptions (resolves #1071)

This commit is contained in:
Ines Montani 2017-05-23 12:18:00 +02:00 committed by GitHub
parent 2262211c46
commit 7f6be41f21

View File

@ -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"] = [