From f11030aadc96b9d6203a57d2b31995d8b67d93c6 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 26 Oct 2015 12:33:38 +1100 Subject: [PATCH] * Remove out-dated TODO comment --- spacy/vocab.pyx | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/vocab.pyx b/spacy/vocab.pyx index 0b4029134..cda1d6ddb 100644 --- a/spacy/vocab.pyx +++ b/spacy/vocab.pyx @@ -105,7 +105,6 @@ cdef class Vocab: return self.length def __reduce__(self): - # TODO: Dump vectors tmp_dir = tempfile.mkdtemp() lex_loc = path.join(tmp_dir, 'lexemes.bin') str_loc = path.join(tmp_dir, 'strings.json')