mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-09 08:00:34 +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 *
|