我正在使用一個CSV文件中的句子如下訓練word2vec模型gensim: import string import gensim import ... Word2Vec(p, min_count=1, iter=1) print(model.vocab.keys()).
確定! 回上一頁