* Whitespace

This commit is contained in:
Matthew Honnibal 2014-08-27 17:16:16 +02:00
parent e9a62b6eba
commit 8d20617dfd

View File

@ -46,7 +46,6 @@ cimport lang
from spacy import orth
cdef class English(Language):
cpdef int _split_one(self, unicode word):
cdef size_t length = len(word)