mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 09:14:32 +03:00
4 lines
111 B
Cython
4 lines
111 B
Cython
|
cpdef unicode substr(unicode string, int start, int end, size_t length)
|
||
|
|
||
|
cdef bint is_whitespace(Py_UNICODE c)
|