Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the warning text when building vocab on a trained w2v model (p…
…iskvorky#1190) Updated the error message for the case when build_vocab() is triggered more than once without update parameter. model = gensim.models.Word2Vec(sentences,min_count=3,trim_rule=my_rule) model.build_vocab(sentences) #throws error model.build_vocab(sentences, update = True) #works as expected
- Loading branch information