mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
8 lines
189 B
Cython
8 lines
189 B
Cython
cpdef bytes to_bytes(unicode string)
|
|
|
|
cpdef unicode from_bytes(bytes string)
|
|
|
|
cpdef unicode substr(unicode string, int start, int end, size_t length)
|
|
|
|
cdef bint is_whitespace(Py_UNICODE c)
|