81
edits
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
=== Installation + getting started: === | === Installation + getting started: === | ||
Included in the ''gensim'' package. | |||
To install, just type | |||
<code>pip install gensim</code><br> | <code>pip install gensim</code><br> | ||
into a command window. | |||
Here are some of the things you can do with the model: [http://textminingonline.com/getting-started-with-word2vec-and-glove-in-python]<br> | Here are some of the things you can do with the model: [http://textminingonline.com/getting-started-with-word2vec-and-glove-in-python]<br> | ||
Here is a bit of background information an an explanation how to train your own models: [https://rare-technologies.com/word2vec-tutorial/]. | Here is a bit of background information an an explanation how to train your own models: [https://rare-technologies.com/word2vec-tutorial/]. | ||
Line 17: | Line 24: | ||
=== Installation + getting started: === | === Installation + getting started: === | ||
Included in | Included in the ''gensim'' package. | ||
To install, just type | |||
<code>pip install gensim</code><br> | |||
into a command window. | |||
Documentation is here: [https://radimrehurek.com/gensim/models/wrappers/fasttext.html] | Documentation is here: [https://radimrehurek.com/gensim/models/wrappers/fasttext.html] | ||
edits