style-analyzer
style-analyzer copied to clipboard
Update gensim.fasttext usage
New release of gensim==3.7.2 broke several things in CandidateGenerator in typos:
- Loading fasttext model from the file - easy fix.
- Modelforge save/load functions are now broken because of the changed attributes in
FasttextKeyedVectorsclass - not nice, need to rewrite the_generate_tree/_load_tree, but doable. - Because of (2) new models for usage and testing should be trained, and that's the worst of all (reports inconsistencies and so on).
So due to (3) it's suggested to leave it for the future releases, when the new models will be integrated anyway.
@irinakhismatullina I think this one was done, wasn't it?
Nope, we just put upper boundary on the gensim version.