mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 10:46:29 +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.",
|
"anm.",
|
||||||
"bil.",
|
"bil.",
|
||||||
"bl.a.",
|
"bl.a.",
|
||||||
"ca",
|
|
||||||
"cm",
|
|
||||||
"dl",
|
|
||||||
"dvs.",
|
"dvs.",
|
||||||
"e.Kr.",
|
"e.Kr.",
|
||||||
"el.",
|
"el.",
|
||||||
|
@ -32,30 +29,16 @@ ORTH_ONLY = [
|
||||||
"fr.o.m.",
|
"fr.o.m.",
|
||||||
"f.ö.",
|
"f.ö.",
|
||||||
"förf.",
|
"förf.",
|
||||||
"ha",
|
|
||||||
"hg",
|
|
||||||
"inkl.",
|
"inkl.",
|
||||||
"i sht",
|
|
||||||
"i st",
|
|
||||||
"jmf",
|
|
||||||
"jur.",
|
"jur.",
|
||||||
"kcal",
|
|
||||||
"kg",
|
|
||||||
"kl.",
|
"kl.",
|
||||||
"km",
|
|
||||||
"kr.",
|
"kr.",
|
||||||
"l",
|
|
||||||
"lat.",
|
"lat.",
|
||||||
"m",
|
|
||||||
"m.a.o.",
|
"m.a.o.",
|
||||||
"max.",
|
"max.",
|
||||||
"m.fl.",
|
"m.fl.",
|
||||||
"min.",
|
"min.",
|
||||||
"mm",
|
|
||||||
"m.m.",
|
"m.m.",
|
||||||
"ngn",
|
|
||||||
"ngt",
|
|
||||||
"nr",
|
|
||||||
"obs.",
|
"obs.",
|
||||||
"o.d.",
|
"o.d.",
|
||||||
"osv.",
|
"osv.",
|
||||||
|
@ -69,7 +52,6 @@ ORTH_ONLY = [
|
||||||
"s:t",
|
"s:t",
|
||||||
"t.ex.",
|
"t.ex.",
|
||||||
"t.o.m.",
|
"t.o.m.",
|
||||||
"tfn",
|
|
||||||
"ung.",
|
"ung.",
|
||||||
"äv.",
|
"äv.",
|
||||||
"övers."
|
"övers."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user