mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-13 13:44:21 +03:00
7 lines
140 B
Cython
7 lines
140 B
Cython
from ..tagger cimport Tagger
|
|
from ..morphology cimport Morphologizer
|
|
|
|
|
|
cdef class EnPosTagger(Tagger):
|
|
cdef Morphologizer morphologizer
|