Update gensim word2vec model

前端 未结 6 569
时光取名叫无心
时光取名叫无心 2020-12-02 23:16

I have a word2vec model in gensim trained over 98892 documents. For any given sentence that is not present in the sentences array (i.e. the set over which I trained the mode

6条回答
  •  無奈伤痛
    2020-12-02 23:34

    Problem is that you can not retrain word2vec model with new Sentences. Only doc2vec allows it. Try doc2vec model.

提交回复
热议问题