mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Remove exceptions containing whitespace / no special chars
This commit is contained in:
parent
fdf4776262
commit
7f411fd01c
|
@ -15,9 +15,6 @@ ORTH_ONLY = [
|
|||
"anm.",
|
||||
"bil.",
|
||||
"bl.a.",
|
||||
"ca",
|
||||
"cm",
|
||||
"dl",
|
||||
"dvs.",
|
||||
"e.Kr.",
|
||||
"el.",
|
||||
|
@ -32,30 +29,16 @@ ORTH_ONLY = [
|
|||
"fr.o.m.",
|
||||
"f.ö.",
|
||||
"förf.",
|
||||
"ha",
|
||||
"hg",
|
||||
"inkl.",
|
||||
"i sht",
|
||||
"i st",
|
||||
"jmf",
|
||||
"jur.",
|
||||
"kcal",
|
||||
"kg",
|
||||
"kl.",
|
||||
"km",
|
||||
"kr.",
|
||||
"l",
|
||||
"lat.",
|
||||
"m",
|
||||
"m.a.o.",
|
||||
"max.",
|
||||
"m.fl.",
|
||||
"min.",
|
||||
"mm",
|
||||
"m.m.",
|
||||
"ngn",
|
||||
"ngt",
|
||||
"nr",
|
||||
"obs.",
|
||||
"o.d.",
|
||||
"osv.",
|
||||
|
@ -69,7 +52,6 @@ ORTH_ONLY = [
|
|||
"s:t",
|
||||
"t.ex.",
|
||||
"t.o.m.",
|
||||
"tfn",
|
||||
"ung.",
|
||||
"äv.",
|
||||
"övers."
|
||||
|
|
Loading…
Reference in New Issue
Block a user