fix(model): Fix tag map for fixing issues with tag SPACE

This commit is contained in:
oeg 2017-04-19 23:30:21 +02:00
parent 9d4624d372
commit 936a297241

View File

@ -304,4 +304,5 @@ TAG_MAP = {
"VERB__VerbForm=Ger": {"morph": "VerbForm=Ger", "pos": "VERB"},
"VERB__VerbForm=Inf": {"morph": "VerbForm=Inf", "pos": "VERB"},
"X___": {"morph": "_", "pos": "X"},
"SP": {"morph": "_", "pos": "SPACE"},
}