piskvorky / gensim

Topic Modelling for Humans
https://radimrehurek.com/gensim
GNU Lesser General Public License v2.1
15.7k stars 4.38k forks source link

loading ensemble embeddings take wordrank .word and context file where these files are located i did'nt get this. Is this embeddings are generated by demo script given in wordrank or by your train function given in wordrank wrapper #1357

Closed gauravsaxenaiiit closed 7 years ago

gauravsaxenaiiit commented 7 years ago

Description

TODO: change commented example

Steps/Code/Corpus to Reproduce

Expected Results

Actual Results

Versions

tmylk commented 7 years ago

CC @parulsethi Let's add more comments in the docstring

parulsethi commented 7 years ago

@gauravsaxenaiiit You can set cleanup_files=False to keep the .word and .context files generated by wordrank, and then they can be located in wordrank directory. And embeddings are generted by gensim wrapper's train() not demo script.

@tmylk Sure

menshikh-iv commented 7 years ago

Implemented in #1066