摘要: 根据语料计算词向量,两种模式 CBOW 和 skip-gram # -*- coding:utf-8 -*- import os from gensim.models import word2vec class MySentences(object): def __init__(self, dirn 阅读全文
posted @ 2018-01-26 15:32 沙中世界 阅读(580) 评论(0) 推荐(0)