2014-08-27 15:15:39 +00:00
|
|
|
from spacy.lang cimport Language
|
2014-08-25 14:42:22 +00:00
|
|
|
from spacy.word cimport Lexeme
|
2014-08-21 21:49:14 +00:00
|
|
|
cimport cython
|
|
|
|
|
|
|
|
|
2014-08-27 15:15:39 +00:00
|
|
|
cdef class English(Language):
|
|
|
|
cpdef int _split_one(self, unicode word)
|