mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
Added more exception to the italian language from https://forum.wordr… (#7246)
* Added more exception to the italian language from https://forum.wordreference.com/threads/le-abbreviazioni-nella-lingua-italiana-abbreviations-in-italian.2464189/ * Remove unnecessary exception Co-authored-by: Alexandru Mocanu <alexandru.mocanu@augeos.it> Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
This commit is contained in:
parent
27a48f2802
commit
921feee092
|
@ -17,14 +17,19 @@ _exc = {
|
||||||
for orth in [
|
for orth in [
|
||||||
"..",
|
"..",
|
||||||
"....",
|
"....",
|
||||||
|
"a.C.",
|
||||||
"al.",
|
"al.",
|
||||||
"all-path",
|
"all-path",
|
||||||
"art.",
|
"art.",
|
||||||
"Art.",
|
"Art.",
|
||||||
"artt.",
|
"artt.",
|
||||||
"att.",
|
"att.",
|
||||||
|
"avv.",
|
||||||
|
"Avv."
|
||||||
"by-pass",
|
"by-pass",
|
||||||
"c.d.",
|
"c.d.",
|
||||||
|
"c/c",
|
||||||
|
"C.so",
|
||||||
"centro-sinistra",
|
"centro-sinistra",
|
||||||
"check-up",
|
"check-up",
|
||||||
"Civ.",
|
"Civ.",
|
||||||
|
@ -48,6 +53,8 @@ for orth in [
|
||||||
"prof.",
|
"prof.",
|
||||||
"sett.",
|
"sett.",
|
||||||
"s.p.a.",
|
"s.p.a.",
|
||||||
|
"s.n.c",
|
||||||
|
"s.r.l",
|
||||||
"ss.",
|
"ss.",
|
||||||
"St.",
|
"St.",
|
||||||
"tel.",
|
"tel.",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user