Fix SP tag in generic tag map

This commit is contained in:
Matthew Honnibal 2018-02-24 16:04:56 +01:00
parent 8adeea3746
commit 6d2c1ef52c

View File

@ -24,5 +24,5 @@ TAG_MAP = {
"ADJ": {POS: ADJ},
"VERB": {POS: VERB},
"PART": {POS: PART},
"SP": {POS: SPACE}
"_SP": {POS: SPACE}
}