-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Can't import OkapiBM25Model #3403
Comments
Ok, that makes sense. I was checking on the default github repo which is |
@mpenkov Misha what's a good time for a sync call, to go over what we need to make a new release? Not urgent, but let's plan ahead. Thanks. |
@piskvorky Yes. Gensim has not had a release since 4.2.0 in May, whereas #3304 has only been merged in September. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description
I'm trying to use OkapiBM25Model. I installed the latest version of gensim, using the command
pip install gensim==4.2.0
and when I try to import the model usingfrom gensim.models.bm25model import OkapiBM25Model
the file is not found. From inspecting the library in my local folder site-packages I can see that the bm25model file is not there. However, when I search for the same file on the github repo, I see that the file is there. I also checked using the previous version (4.1.2) but I got the same issue.Steps/code/corpus to reproduce
pip install gensim==4.2.0
Versions
The text was updated successfully, but these errors were encountered: