Skip to content
Snippets Groups Projects
Commit c6ab8d5a authored by 格物致知's avatar 格物致知
Browse files

fixissueI5NVTG

parent f29034ae
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ class ImdbParser():
"""
parse imdb data to memory
"""
self.__wvmodel = gensim.models.KeyedVectors.load_word2vec_format(self.__glove_file, no_header=True)
self.__wvmodel = gensim.models.KeyedVectors.load_word2vec_format(self.__glove_file)
for seg in self.__segs:
self.__parse_imdb_datas(seg)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment