Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct grammar in docs #2573

Merged
merged 6 commits into from
Jun 10, 2020
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions gensim/scripts/glove2word2vec.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
Notes
-----

GloVe format (real example can be founded `on Stanford size <https://nlp.stanford.edu/projects/glove/>`_) ::
GloVe format (real example can be found on the
mpenkov marked this conversation as resolved.
Show resolved Hide resolved
`Stanford site <https://nlp.stanford.edu/projects/glove/>`_) ::

word1 0.123 0.134 0.532 0.152
word2 0.934 0.412 0.532 0.159
Expand All @@ -22,7 +23,8 @@
word9 0.334 0.241 0.324 0.188


Word2Vec format (real example can be founded `on w2v old repository <https://code.google.com/archive/p/word2vec/>`_) ::
Word2Vec format (a real example can be found in the
`old w2v repository <https://code.google.com/archive/p/word2vec/>`_) ::

9 4
word1 0.123 0.134 0.532 0.152
Expand Down