Skip to content

Commit 97d2f31

Browse files
Russell StewartRussell Stewart
authored andcommitted
Updated readme with a more complete high level explanation.
1 parent 72b8433 commit 97d2f31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ man -> woman | city -> zip | comparative -> superlative
1111
![](http://nlp.stanford.edu/projects/glove/images/man_woman_small.jpg) | ![](http://nlp.stanford.edu/projects/glove/images/city_zip_small.jpg) | ![](http://nlp.stanford.edu/projects/glove/images/comparative_superlative_small.jpg)
1212

1313
## Download pre-trained word vectors
14-
Pre-trained word vectors are made available under the <a href="http://opendatacommons.org/licenses/pddl/">Public Domain Dedication
15-
and License</a>
14+
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 <a href="http://opendatacommons.org/licenses/pddl/">Public Domain Dedication and License</a>.
1615
<div class="entry">
1716
<ul style="padding-left:0px; margin-top:0px; margin-bottom:0px">
1817
<li> <a href="http://dumps.wikimedia.org/enwiki/20140102/">Wikipedia 2014</a> + <a href="https://catalog.ldc.upenn.edu/LDC2011T07">Gigaword 5</a> (6B tokens, 400K vocab, uncased, 50d, 100d, 200d, &amp; 300d vectors, 822 MB download): <a href="http://nlp.stanford.edu/data/wordvecs/glove.6B.zip">glove.6B.zip</a> </li>
@@ -23,6 +22,7 @@ and License</a>
2322
</div>
2423

2524
## Train word vectors on a new corpus
25+
If the web datasets above don't match the semantics of your end use case, you can train word vectors on your own corpus.
2626

2727
$ git clone http://github.com/stanfordnlp/glove
2828
$ cd glove && make

0 commit comments

Comments
 (0)