mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 09:14:32 +03:00
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: infer_types=True
|
||||
|
||||
from __future__ import unicode_literals
|
||||
from cpython.ref cimport Py_INCREF
|
||||
from cymem.cymem cimport Pool
|
||||
from murmurhash.mrmr cimport hash64
|
||||
|
|
Loading…
Reference in New Issue
Block a user