mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Map NO_TAG to NIL in parts_of_speech.pxd
This commit is contained in:
parent
b329c56c44
commit
eb23f2c31d
|
@ -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