mirror of https://github.com/explosion/spaCy.git
Add "v.s." to English tokenizer exceptions (see #3868)
This commit is contained in:
parent
ae2c208735
commit
c833d9b314
|
@ -537,6 +537,7 @@ for orth in [
|
||||||
"Sen.",
|
"Sen.",
|
||||||
"St.",
|
"St.",
|
||||||
"vs.",
|
"vs.",
|
||||||
|
"v.s."
|
||||||
]:
|
]:
|
||||||
_exc[orth] = [{ORTH: orth}]
|
_exc[orth] = [{ORTH: orth}]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue