Changes to Lexeme for new string store scheme

This commit is contained in:
Matthew Honnibal 2016-09-30 20:01:36 +02:00
parent a51149a717
commit 717741b6cf
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
# cython: embedsignature=True
# cython: infer_types=True
from __future__ import unicode_literals
from cpython.ref cimport Py_INCREF
from cymem.cymem cimport Pool
from murmurhash.mrmr cimport hash64