Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
name_only
option for downloader api (#2143)
* handle deprecation * handle max_count * change flag name * make flake8 compatible * move max_vocab to prepare vocab * correct max_vocab semantics * remove unnecessary nextline * fix bug and make flake8 complaint * refactor code and change sorting to key based * add tests * introduce effective_min_count * make flake8 compliant * remove clobbering of min_count * remove min_count assertion * .\gensim\models\word2vec.py * Revert ".\gensim\models\word2vec.py" This reverts commit 6c06fbc. * rename max_vocab to max_final_vocab * update test to max_final_vocab * move and modify comment docs * make flake8 compliant * refactor word2vec.py * handle possible old model load errors * include effective_min_count tests * make flake compliant * remove check for max_final_vocab * include backward compat for 3.3 models * remove unnecessary newline * add test case for max_final_vocab * add name only option to downloader api * add tests * make single argument option for name_only * make name_only into name
- Loading branch information