mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-11 17:56:30 +03:00
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
Block a user