Skip to content

Update gensim.fasttext usage #754

Description

@irinakhismatullina

New release of gensim==3.7.2 broke several things in CandidateGenerator in typos:

  1. Loading fasttext model from the file - easy fix.
  2. Modelforge save/load functions are now broken because of the changed attributes in FasttextKeyedVectors class - not nice, need to rewrite the _generate_tree/_load_tree, but doable.
  3. 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions