* Whitespace

This commit is contained in:
Matthew Honnibal 2014-07-07 08:15:44 +02:00
parent 0074ae2fc0
commit 6668e44961

View File

@ -141,5 +141,3 @@ cdef Lexeme* _add(Vocab* vocab, dict bacov, Splitter find_split, StringHash hash
vocab[0][hashed] = <Lexeme_addr>word vocab[0][hashed] = <Lexeme_addr>word
bacov[hashed] = string bacov[hashed] = string
return word return word