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
|
||||
|
||||
|
||||
from ..typedefs cimport hash_t
|
||||
from ..lexeme cimport Lexeme
|
||||
from .. import parts_of_speech
|
||||
|
||||
|
|
Loading…
Reference in New Issue