mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-05 06:00:36 +03:00
7 lines
149 B
Cython
7 lines
149 B
Cython
from ..tagger cimport Tagger
|
|
from ..morphology cimport Morphologizer
|
|
|
|
|
|
cdef class EnPosTagger(Tagger):
|
|
cdef readonly Morphologizer morphologizer
|