mirror of https://github.com/explosion/spaCy.git
Changes to Lexeme for new string store scheme
This commit is contained in:
parent
a51149a717
commit
717741b6cf
|
@ -1,4 +1,7 @@
|
||||||
# cython: embedsignature=True
|
# cython: embedsignature=True
|
||||||
|
# cython: infer_types=True
|
||||||
|
|
||||||
|
from __future__ import unicode_literals
|
||||||
from cpython.ref cimport Py_INCREF
|
from cpython.ref cimport Py_INCREF
|
||||||
from cymem.cymem cimport Pool
|
from cymem.cymem cimport Pool
|
||||||
from murmurhash.mrmr cimport hash64
|
from murmurhash.mrmr cimport hash64
|
||||||
|
|
Loading…
Reference in New Issue