mirror of https://github.com/explosion/spaCy.git
Add header for morphanalysis
This commit is contained in:
parent
fed0371db7
commit
0ad09b16ad
|
@ -0,0 +1,9 @@
|
||||||
|
from ..vocab cimport Vocab
|
||||||
|
from ..typedefs cimport hash_t
|
||||||
|
from ..structs cimport MorphAnalysisC
|
||||||
|
|
||||||
|
|
||||||
|
cdef class MorphAnalysis:
|
||||||
|
cdef readonly Vocab vocab
|
||||||
|
cdef hash_t key
|
||||||
|
cdef MorphAnalysisC c
|
Loading…
Reference in New Issue