spaCy/spacy/en.pxd
2014-08-29 01:59:23 +02:00

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)