* Map NO_TAG to NIL in parts_of_speech.pxd

This commit is contained in:
Matthew Honnibal 2015-10-10 22:11:20 +11:00
parent b329c56c44
commit eb23f2c31d

View File

@ -2,7 +2,7 @@ from .symbols cimport *
cpdef enum univ_pos_t:
NO_TAG = EMPTY_VALUE
NO_TAG = NIL
ADJ = POS_adj
ADP = POS_adp
ADV = POS_adv