mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 09:14:32 +03:00
* Map NO_TAG to NIL in parts_of_speech.pxd
This commit is contained in:
parent
278e12f7e8
commit
9f4be0adcd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user