mirror of https://github.com/explosion/spaCy.git
Import hash_t typedef in token.pyx
This commit is contained in:
parent
4c2ad9f063
commit
b4de419e19
|
@ -9,6 +9,7 @@ import numpy
|
||||||
import six
|
import six
|
||||||
|
|
||||||
|
|
||||||
|
from ..typedefs cimport hash_t
|
||||||
from ..lexeme cimport Lexeme
|
from ..lexeme cimport Lexeme
|
||||||
from .. import parts_of_speech
|
from .. import parts_of_speech
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue