From 7eab281194108675f5b249eb5ed31e9163d9e9b1 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 12 Sep 2014 15:49:55 +0200 Subject: [PATCH] * Fiddle with token features --- spacy/lang.pyx | 1 + 1 file changed, 1 insertion(+) 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: