mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +03:00
Update tokenizer_exceptions.py
See https://github.com/explosion/spaCy/pull/6643
This commit is contained in:
parent
5ca57d8221
commit
f2fe60bacf
|
@ -51,6 +51,9 @@ for orth in [
|
||||||
"Dr.",
|
"Dr.",
|
||||||
"Dra.",
|
"Dra.",
|
||||||
"EE.UU.",
|
"EE.UU.",
|
||||||
|
"Ee.Uu.",
|
||||||
|
"UU.", # For "EE. UU."
|
||||||
|
"Uu.", # For "Ee. Uu."
|
||||||
"etc.",
|
"etc.",
|
||||||
"fig.",
|
"fig.",
|
||||||
"Gob.",
|
"Gob.",
|
||||||
|
@ -65,9 +68,11 @@ for orth in [
|
||||||
"Prof.",
|
"Prof.",
|
||||||
"Profa.",
|
"Profa.",
|
||||||
"q.e.p.d.",
|
"q.e.p.d.",
|
||||||
"Q.E.P.D." "S.A.",
|
"Q.E.P.D.",
|
||||||
|
"S.A.",
|
||||||
"S.L.",
|
"S.L.",
|
||||||
"S.R.L." "s.s.s.",
|
"S.R.L.",
|
||||||
|
"s.s.s.",
|
||||||
"Sr.",
|
"Sr.",
|
||||||
"Sra.",
|
"Sra.",
|
||||||
"Srta.",
|
"Srta.",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user