mirror of https://github.com/explosion/spaCy.git
* Remove out-dated TODO comment
This commit is contained in:
parent
a371a1071d
commit
f11030aadc
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue