mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-03 19:08:06 +03:00
Merge pull request #1664 from jimregan/italian-lemmatizer
BOM in Italian lemmatiser
This commit is contained in:
commit
2ab0f2d186
|
@ -8,7 +8,7 @@ LOOKUP = {
|
||||||
"a-storica": "a-storico",
|
"a-storica": "a-storico",
|
||||||
"a-storiche": "a-storico",
|
"a-storiche": "a-storico",
|
||||||
"a-storici": "a-storico",
|
"a-storici": "a-storico",
|
||||||
"abati": "abate",
|
"abati": "abate",
|
||||||
"abbacchi": "abbacchiare",
|
"abbacchi": "abbacchiare",
|
||||||
"abbacchia": "abbacchiare",
|
"abbacchia": "abbacchiare",
|
||||||
"abbacchiai": "abbacchiare",
|
"abbacchiai": "abbacchiare",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user