Import hash_t typedef in token.pyx

This commit is contained in:
Matthew Honnibal 2016-09-23 14:22:06 +02:00
parent 4c2ad9f063
commit b4de419e19
1 changed files with 1 additions and 0 deletions

View File

@ -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