mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +03:00
Fix Italian tag map
This commit is contained in:
parent
ef597622a6
commit
0d4bd6414e
|
@ -316,5 +316,5 @@ TAG_MAP = {
|
||||||
"V__VerbForm=Ger": {"pos": "VERB"},
|
"V__VerbForm=Ger": {"pos": "VERB"},
|
||||||
"V__VerbForm=Inf": {"pos": "VERB"},
|
"V__VerbForm=Inf": {"pos": "VERB"},
|
||||||
"X___": {"pos": "X"},
|
"X___": {"pos": "X"},
|
||||||
"_SP": {"pos": "_SP"}
|
"_SP": {"pos": "SPACE"}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user