spaCy/spacy/en.pxd

8 lines
155 B
Cython

from spacy.lang cimport Language
from spacy.word cimport Lexeme
cimport cython
cdef class English(Language):
cdef int _split_one(self, unicode word)