mirror of https://github.com/explosion/spaCy.git
Fix imports in morphanalysis
This commit is contained in:
parent
6734cfec88
commit
d0ca64bb07
|
@ -1,3 +1,6 @@
|
||||||
|
from ..vocab cimport Vocab
|
||||||
|
from ..typedefs cimport hash_t
|
||||||
|
|
||||||
cdef class Morphanalysis:
|
cdef class Morphanalysis:
|
||||||
"""Control access to morphological features for a token."""
|
"""Control access to morphological features for a token."""
|
||||||
def __init__(self, Vocab vocab, features=None):
|
def __init__(self, Vocab vocab, features=None):
|
||||||
|
|
Loading…
Reference in New Issue