diff --git a/spacy/parts_of_speech.pyx b/spacy/parts_of_speech.pyx index 994a48eba..7081cfab9 100644 --- a/spacy/parts_of_speech.pyx +++ b/spacy/parts_of_speech.pyx @@ -15,6 +15,7 @@ UNIV_POS_NAMES = { "VERB": VERB, "X": X, "PUNCT": PUNCT, + "PUNC": PUNCT, "SPACE": SPACE, "EOL": EOL }