GloVe:词表达的全局向量

我们提供了一个 Glove 模型的实现来学习词表现,和描述如何下载网络数据集向量或者训练你自己的词向量。

项目官网:https://nlp.stanford.edu/projects/glove/

Github:https://github.com/stanfordnlp/GloVe

项目官网提供了不同长度的词向量的离线版,可以直接下载使用,自然语言处理方面比较好的一个工具。

We provide an implementation of the GloVe model for learning word representations, and describe how to download web-dataset vectors or train your own. See the project page or the paper for more information on glove vectors.

Related posts

Leave a Comment