spaCy/spacy/en/pos.pxd

7 lines
149 B
Cython
Raw Normal View History

2014-12-21 09:59:07 +00:00
from ..tagger cimport Tagger
from ..morphology cimport Morphologizer
cdef class EnPosTagger(Tagger):
2014-12-21 20:25:43 +00:00
cdef readonly Morphologizer morphologizer