spaCy/spacy/en.pxd

8 lines
198 B
Cython
Raw Normal View History

from spacy.lang cimport Language
2014-08-25 18:42:22 +04:00
from spacy.word cimport Lexeme
2014-09-10 20:11:13 +04:00
from spacy.tokens cimport Tokens
cdef class English(Language):
cdef int _split_one(self, Py_UNICODE* characters, size_t length)