diff --git a/spacy/lang.pyx b/spacy/lang.pyx index 93bc9d682..8766eb86a 100644 --- a/spacy/lang.pyx +++ b/spacy/lang.pyx @@ -80,6 +80,7 @@ cdef class Language: Returns: tokens (Tokens): A Tokens object, giving access to a sequence of LexIDs. """ + print repr(string) cdef size_t length = len(string) cdef Tokens tokens = self.tokens_class(length) if length == 0: