mirror of https://github.com/explosion/spaCy.git
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.",
|
||||
"Dra.",
|
||||
"EE.UU.",
|
||||
"Ee.Uu.",
|
||||
"UU.", # For "EE. UU."
|
||||
"Uu.", # For "Ee. Uu."
|
||||
"etc.",
|
||||
"fig.",
|
||||
"Gob.",
|
||||
|
@ -65,9 +68,11 @@ for orth in [
|
|||
"Prof.",
|
||||
"Profa.",
|
||||
"q.e.p.d.",
|
||||
"Q.E.P.D." "S.A.",
|
||||
"Q.E.P.D.",
|
||||
"S.A.",
|
||||
"S.L.",
|
||||
"S.R.L." "s.s.s.",
|
||||
"S.R.L.",
|
||||
"s.s.s.",
|
||||
"Sr.",
|
||||
"Sra.",
|
||||
"Srta.",
|
||||
|
|
Loading…
Reference in New Issue