Add header for morphanalysis

This commit is contained in:
Matthew Honnibal 2019-03-07 17:24:57 +01:00
parent fed0371db7
commit 0ad09b16ad
1 changed files with 9 additions and 0 deletions

View File

@ -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