mirror of https://github.com/explosion/spaCy.git
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 *
|