2020年4月15日
摘要: 1 import os 2 # 用于转换并加载glove预训练词向量 3 from gensim.test.utils import datapath, get_tmpfile 4 from gensim.models import KeyedVectors 5 # 将glove转换为word2ve 阅读全文
posted @ 2020-04-15 18:55 川洋 阅读(1625) 评论(0) 推荐(0) 编辑