mirror of https://github.com/explosion/spaCy.git
Add DET_LEMMA constant
This commit is contained in:
parent
8978806ea6
commit
920fa0fed2
|
@ -5,6 +5,7 @@ from ..symbols import *
|
||||||
|
|
||||||
|
|
||||||
PRON_LEMMA = "-PRON-"
|
PRON_LEMMA = "-PRON-"
|
||||||
|
DET_LEMMA = "-DET-"
|
||||||
ENT_ID = "ent_id"
|
ENT_ID = "ent_id"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue