Skip to content
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

KeyedVector removed in Gensim 4.0.0. #99

Open
wants to merge 1 commit into
base: fall22
Choose a base branch
from

Commits on Oct 20, 2022

  1. KeyedVector removed in Gensim 4.0.0.

    AttributeError: The vocab attribute was removed from KeyedVector in Gensim 4.0.0.
    
    > Use KeyedVector's .key_to_index dict, .index_to_key list, and methods .get_vecattr(key, attr) and .set_vecattr(key, attr, new_val) instead.
    AI-Ahmed authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    83376bd View commit details
    Browse the repository at this point in the history