Glove

Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
Alternatives To Glove
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Glove6,480
2 months ago80apache-2.0C
Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
Sentencesimilarity244
5 years ago3Python
self complement of Sentence Similarity compute based on cilin, hownet, simhash, wordvector,vsm models,基于同义词词林,知网,指纹,字词向量,向量空间模型的句子相似度计算。
Mapbox Gl Native Android207
7 months ago147otherJava
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL
Ast Node Encoding44
2 years ago2Python
A tool to convert nodes in an Abstract Syntax Tree into vector embeddings
Victor24
4 years ago9mitR
Turn mapbox vector tiles into static maps in R
Deep Embedded Memory Networks20
6 years agoJupyter Notebook
https://arxiv.org/abs/1707.00836
Vector_space_modelling14
7 years agoJupyter Notebook
NLP in python Vector Space Modelling and document classification NLP
Luminoso Api Client Python12
12 years ago30July 23, 20212mitPython
Python client library for communicating with the Luminoso REST API
Urduvec12
5 years ago
Case2vec10
5 years agomitHTML
A simple web application for searching Word2Vec embeddings derived from approximately 2,000 law reports published by the The Incorporated Council of Law Reporting for England & Wales (https://www.iclr.co.uk).
Alternatives To Glove
Select To Compare


Alternative Project Comparisons
Readme

GloVe: Global Vectors for Word Representation

nearest neighbors of
frog
Litoria Leptodactylidae Rana Eleutherodactylus
Pictures
Comparisons man -> woman city -> zip comparative -> superlative
GloVe Geometry

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.

Download pre-trained word vectors

The links below contain word vectors obtained from the respective corpora. If you want word vectors trained on massive web datasets, you need only download one of these text files! Pre-trained word vectors are made available under the Public Domain Dedication and License.

Train word vectors on a new corpus

If the web datasets above don't match the semantics of your end use case, you can train word vectors on your own corpus.

$ git clone https://github.com/stanfordnlp/glove
$ cd glove && make
$ ./demo.sh

Make sure you have the following prerequisites installed when running the steps above:

  • GNU Make
  • GCC (Clang pretending to be GCC is fine)
  • Python and NumPy

The demo.sh script downloads a small corpus, consisting of the first 100M characters of Wikipedia. It collects unigram counts, constructs and shuffles cooccurrence data, and trains a simple version of the GloVe model. It also runs a word analogy evaluation script in python to verify word vector quality. More details about training on your own corpus can be found by reading demo.sh or the src/README.md

License

All work contained in this package is licensed under the Apache License, Version 2.0. See the include LICENSE file.

Popular Vector Projects
Popular Token Projects
Popular Computer Science Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C
Token
Vector
Corpus
Glove