spaCy/spacy/en.pxd

8 lines
138 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):
pass