Merge branch 'master' of ssh://github.com/explosion/spaCy into develop

This commit is contained in:
Matthew Honnibal 2016-12-30 14:38:27 +01:00
commit 74b921f394

View File

@ -20,5 +20,6 @@ TAG_MAP = {
"X": {POS: X},
"CONJ": {POS: CONJ},
"ADJ": {POS: ADJ},
"VERB": {POS: VERB}
"VERB": {POS: VERB},
"PART": {POS: PART}
}