Add missing SP symbol to tag map, re #1052

This commit is contained in:
Matthew Honnibal 2017-07-22 13:43:47 +02:00
parent 8b581fdac5
commit 8b9c4c5e1c

View File

@ -22,5 +22,6 @@ TAG_MAP = {
"CCONJ": {POS: CCONJ}, # U20 "CCONJ": {POS: CCONJ}, # U20
"ADJ": {POS: ADJ}, "ADJ": {POS: ADJ},
"VERB": {POS: VERB}, "VERB": {POS: VERB},
"PART": {POS: PART} "PART": {POS: PART},
'SP': {POS: SPACE}
} }