我有一个应该在HTML页面上替换的单词列表,但前提是word不在标记列表中(如A、B、I)<p> some text and XXX term <a href="http://some-XXX-bla.com">good morning XXX world</a> other text and XXX term <b>another XXX inside other sentance</b> <
我一直在使用预先训练的模型,如谷歌新闻或手套6B模型,但在我的文本数据中的许多单词没有它们的向量表示在那些预先训练的模型中。所以我想也许用我的数据来训练我自己的模型。I am thinking to train the model w2v_model=Word2Vec(list_of_sentance_train