mirror of https://github.com/explosion/spaCy.git
Restore missing '' character in tokenizer exceptions.
This commit is contained in:
parent
a9421652c9
commit
28d63ec58e
|
@ -2214,5 +2214,6 @@ ORTH_ONLY = [
|
||||||
"w.",
|
"w.",
|
||||||
"x.",
|
"x.",
|
||||||
"y.",
|
"y.",
|
||||||
"z."
|
"z.",
|
||||||
|
"''"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue