From 6668e449614a2c29109e24bfa846a7d2402fb186 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 7 Jul 2014 08:15:44 +0200 Subject: [PATCH] * Whitespace --- spacy/spacy.pyx | 2 -- 1 file changed, 2 deletions(-) diff --git a/spacy/spacy.pyx b/spacy/spacy.pyx index 51ab59da2..59cc2fd51 100644 --- a/spacy/spacy.pyx +++ b/spacy/spacy.pyx @@ -141,5 +141,3 @@ cdef Lexeme* _add(Vocab* vocab, dict bacov, Splitter find_split, StringHash hash vocab[0][hashed] = word bacov[hashed] = string return word - -