-
Notifications
You must be signed in to change notification settings - Fork 134
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
Russian fastText embeddings trained on Araneum web corpus #27
Comments
One can lemmatize Russian texts before using this model, with the help of pymystem:
|
I got the following error:
|
@andrei-q Gensim fastText code has been refactored since the time this issue was created. |
Thanks. It works |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Name: fasttext-ru_araneum-300
Link: http://rusvectores.org/static/models/rusvectores4/fasttext/araneum_none_fasttextcbow_300_5_2018.tgz
Description: fastText vectors trained on Araneum Russicum Maximum corpus (about 10 billion words). The model contains 196K words and 403K 3-4-5-grams.
License: CC-BY (http://rusvectores.org/en/about/)
Related papers: https://arxiv.org/abs/1801.06407, https://www.academia.edu/24306935/WebVectors_a_Toolkit_for_Building_Web_Interfaces_for_Vector_Semantic_Models
Preprocessing: The corpus was lemmatized with Mystem.
Parameters: vector size 300, window size 5
Code example:
The text was updated successfully, but these errors were encountered: