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

Removing Anserini #50

Open
DelaramRajaei opened this issue Jan 8, 2024 · 1 comment
Open

Removing Anserini #50

DelaramRajaei opened this issue Jan 8, 2024 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@DelaramRajaei
Copy link
Member

This is the issue where we log the updates on Anserini and replace it with Pyserini, focusing specifically on the RelevanceFeedback refiner. Since we've shifted from Anserini to Pyserini, one possible solution is to use the SimpleSearcher from Pyserini. However, there are challenges with multiprocessing (mp) since it is deprecated, and the library suggests using Lucene. Unfortunately, I haven't found a similar method in the library.

Here is the link to the issue regarding the recent information on this matter : link

@DelaramRajaei DelaramRajaei added bug Something isn't working enhancement New feature or request labels Jan 8, 2024
@DelaramRajaei DelaramRajaei self-assigned this Jan 8, 2024
@DelaramRajaei
Copy link
Member Author

As a quick update, following the meeting with @hosseinfani, we've agreed to revise the code by incorporating sklearn.feature_extraction.text.TfidfVectorizer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant