Fix imports in morphanalysis

This commit is contained in:
Matthew Honnibal 2019-03-07 12:14:53 +01:00
parent 6734cfec88
commit d0ca64bb07
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
from ..vocab cimport Vocab
from ..typedefs cimport hash_t
cdef class Morphanalysis:
"""Control access to morphological features for a token."""
def __init__(self, Vocab vocab, features=None):