* Remove out-dated TODO comment

This commit is contained in:
Matthew Honnibal 2015-10-26 12:33:38 +11:00
parent a371a1071d
commit f11030aadc
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ cdef class Vocab:
return self.length return self.length
def __reduce__(self): def __reduce__(self):
# TODO: Dump vectors
tmp_dir = tempfile.mkdtemp() tmp_dir = tempfile.mkdtemp()
lex_loc = path.join(tmp_dir, 'lexemes.bin') lex_loc = path.join(tmp_dir, 'lexemes.bin')
str_loc = path.join(tmp_dir, 'strings.json') str_loc = path.join(tmp_dir, 'strings.json')