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.",
|
||||
"St.",
|
||||
"vs.",
|
||||
"v.s."
|
||||
]:
|
||||
_exc[orth] = [{ORTH: orth}]
|
||||
|
||||
|
|
Loading…
Reference in New Issue