# Google universal tag set
cpdef enum univ_pos_t:
    NO_TAG
    ADJ
    ADV
    ADP
    CONJ
    DET
    NOUN
    NUM
    PRON
    PRT
    VERB
    X
    PUNCT
    EOL
    SPACE
    N_UNIV_TAGS