forked from piskvorky/gensim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading fastText models using only bin file + travis hotfix (piskvork…
…y#1341) * french wiki issue resolved * bin and vec mismatch handled * added test from bin only loading * [WIP] loading bin only * word vec from its ngrams * [WIP] word vec from ngrams * [WIP] getting syn0 from all n-grams * [TDD] test comparing word vector from bin_only and default loading * cleaned up test code * added docstring for bin_only * resolved wiki.fr issue * pep8 fixes * default bin file loading only * logging info modified plus changes a/c review * removed unused code in fasttext.py * removed unused codes and vec files from test * added lee_fasttext vec files again * re-added removed files and unused codes * added file name in logging info * removing unused load_word2vec_format code * updated logging info and comments * input file name with or without .bin both accepted * resolved typo mistake * test for file name * minor change to input filename handling in ft wrapper * changes to logging and assert messages, pep8 fixes * removes redundant .vec files * fixes utf8 bug in flake8_diff.sh script
- Loading branch information
Showing
6 changed files
with
66 additions
and
2,132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.