Fix Italian tag map

This commit is contained in:
Matthew Honnibal 2017-11-05 14:11:03 +01:00
parent ef597622a6
commit 0d4bd6414e

View File

@ -316,5 +316,5 @@ TAG_MAP = {
"V__VerbForm=Ger": {"pos": "VERB"},
"V__VerbForm=Inf": {"pos": "VERB"},
"X___": {"pos": "X"},
"_SP": {"pos": "_SP"}
"_SP": {"pos": "SPACE"}
}