-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Loading fastText models using only bin file #1341
Commits on May 22, 2017
-
Prakhar Pratyush committed
May 22, 2017 Configuration menu - View commit details
-
Copy full SHA for 7759a95 - Browse repository at this point
Copy the full SHA 7759a95View commit details -
Configuration menu - View commit details
-
Copy full SHA for c12b4fa - Browse repository at this point
Copy the full SHA c12b4faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8025710 - Browse repository at this point
Copy the full SHA 8025710View commit details
Commits on May 23, 2017
-
updating with lastest codes and resolving conflicts
Prakhar Pratyush committedMay 23, 2017 Configuration menu - View commit details
-
Copy full SHA for 7ee83d9 - Browse repository at this point
Copy the full SHA 7ee83d9View commit details
Commits on Jun 2, 2017
-
Merge branch 'develop' of https://github.com/RaRe-Technologies/gensim …
…into french
Prakhar Pratyush committedJun 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 041a6e9 - Browse repository at this point
Copy the full SHA 041a6e9View commit details -
added test from bin only loading
Prakhar Pratyush committedJun 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 22c6710 - Browse repository at this point
Copy the full SHA 22c6710View commit details -
Prakhar Pratyush committed
Jun 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 61be613 - Browse repository at this point
Copy the full SHA 61be613View commit details
Commits on Jun 6, 2017
-
Prakhar Pratyush committed
Jun 6, 2017 Configuration menu - View commit details
-
Copy full SHA for e11ac44 - Browse repository at this point
Copy the full SHA e11ac44View commit details -
Prakhar Pratyush committed
Jun 6, 2017 Configuration menu - View commit details
-
Copy full SHA for a63a3bc - Browse repository at this point
Copy the full SHA a63a3bcView commit details
Commits on Jun 7, 2017
-
Merge branch 'develop' of https://github.com/RaRe-Technologies/gensim …
…into french
Prakhar Pratyush committedJun 7, 2017 Configuration menu - View commit details
-
Copy full SHA for f80410f - Browse repository at this point
Copy the full SHA f80410fView commit details -
[WIP] getting syn0 from all n-grams
Prakhar Pratyush committedJun 7, 2017 Configuration menu - View commit details
-
Copy full SHA for 454d74e - Browse repository at this point
Copy the full SHA 454d74eView commit details -
[TDD] test comparing word vector from bin_only and default loading
Prakhar Pratyush committedJun 7, 2017 Configuration menu - View commit details
-
Copy full SHA for e6b0d8b - Browse repository at this point
Copy the full SHA e6b0d8bView commit details
Commits on Jun 8, 2017
-
Prakhar Pratyush committed
Jun 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 9b03ea3 - Browse repository at this point
Copy the full SHA 9b03ea3View commit details -
Prakhar Pratyush committed
Jun 8, 2017 Configuration menu - View commit details
-
Copy full SHA for c496be9 - Browse repository at this point
Copy the full SHA c496be9View commit details
Commits on Jun 12, 2017
-
Merge branch 'ft_oov_fix' of https://github.com/jayantj/gensim into f…
…rench
Prakhar Pratyush committedJun 12, 2017 Configuration menu - View commit details
-
Copy full SHA for 2c4a8dd - Browse repository at this point
Copy the full SHA 2c4a8ddView commit details -
Prakhar Pratyush committed
Jun 12, 2017 Configuration menu - View commit details
-
Copy full SHA for d2ab903 - Browse repository at this point
Copy the full SHA d2ab903View commit details -
Prakhar Pratyush committed
Jun 12, 2017 Configuration menu - View commit details
-
Copy full SHA for 82507d1 - Browse repository at this point
Copy the full SHA 82507d1View commit details
Commits on Jun 16, 2017
-
Merge branch 'develop' of https://github.com/RaRe-Technologies/gensim …
…into french
Prakhar Pratyush committedJun 16, 2017 Configuration menu - View commit details
-
Copy full SHA for c44b958 - Browse repository at this point
Copy the full SHA c44b958View commit details -
Prakhar Pratyush committed
Jun 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 0fc1159 - Browse repository at this point
Copy the full SHA 0fc1159View commit details
Commits on Jun 19, 2017
-
logging info modified plus changes a/c review
Prakhar Pratyush committedJun 19, 2017 Configuration menu - View commit details
-
Copy full SHA for f421b05 - Browse repository at this point
Copy the full SHA f421b05View commit details -
removed unused code in fasttext.py
Prakhar Pratyush committedJun 19, 2017 Configuration menu - View commit details
-
Copy full SHA for 68ec73b - Browse repository at this point
Copy the full SHA 68ec73bView commit details -
removed unused codes and vec files from test
Prakhar Pratyush committedJun 19, 2017 Configuration menu - View commit details
-
Copy full SHA for f7b372e - Browse repository at this point
Copy the full SHA f7b372eView commit details
Commits on Jun 20, 2017
-
added lee_fasttext vec files again
Prakhar Pratyush committedJun 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 5f7fe02 - Browse repository at this point
Copy the full SHA 5f7fe02View commit details
Commits on Jun 21, 2017
-
re-added removed files and unused codes
Prakhar Pratyush committedJun 21, 2017 Configuration menu - View commit details
-
Copy full SHA for 8bd56cf - Browse repository at this point
Copy the full SHA 8bd56cfView commit details -
added file name in logging info
Prakhar Pratyush committedJun 21, 2017 Configuration menu - View commit details
-
Copy full SHA for b916187 - Browse repository at this point
Copy the full SHA b916187View commit details
Commits on Jun 22, 2017
-
removing unused load_word2vec_format code
Prakhar Pratyush committedJun 22, 2017 Configuration menu - View commit details
-
Copy full SHA for 1a0bfc0 - Browse repository at this point
Copy the full SHA 1a0bfc0View commit details -
updated logging info and comments
Prakhar Pratyush committedJun 22, 2017 Configuration menu - View commit details
-
Copy full SHA for 98e0287 - Browse repository at this point
Copy the full SHA 98e0287View commit details -
input file name with or without .bin both accepted
Prakhar Pratyush committedJun 22, 2017 Configuration menu - View commit details
-
Copy full SHA for f3d2032 - Browse repository at this point
Copy the full SHA f3d2032View commit details -
Prakhar Pratyush committed
Jun 22, 2017 Configuration menu - View commit details
-
Copy full SHA for bd7e7f6 - Browse repository at this point
Copy the full SHA bd7e7f6View commit details -
Prakhar Pratyush committed
Jun 22, 2017 Configuration menu - View commit details
-
Copy full SHA for 800cd01 - Browse repository at this point
Copy the full SHA 800cd01View commit details
Commits on Jun 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a15233a - Browse repository at this point
Copy the full SHA a15233aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 431aebf - Browse repository at this point
Copy the full SHA 431aebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e52fee4 - Browse repository at this point
Copy the full SHA e52fee4View commit details
Commits on Jun 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cebb3fc - Browse repository at this point
Copy the full SHA cebb3fcView commit details