mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
6 lines
125 B
Cython
6 lines
125 B
Cython
from libcpp.vector cimport vector
|
|
from spacy.lexeme cimport Lexeme
|
|
|
|
|
|
cpdef vector[size_t] expand_chunk(size_t addr) except *
|