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')