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

Add query set with stop-words removed #4240

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

vekterli
Copy link
Member

@geirst please review

Stop-word is here defined to be all words that occur in at least 20% of all documents in the corpus.

Add simple script for processing raw query file. The script uses a preprocessed word frequency list file (can be found in the same location as the feed/query files).

Stop-word is here defined to be all words that occur in at
least 20% of all documents in the corpus.

Add simple script for processing raw query file. The script uses a
preprocessed word frequency list file (can be found in the same
location as the feed/query files).
@vekterli vekterli requested a review from geirst October 24, 2024 11:31
@geirst geirst merged commit 25b5a17 into master Oct 24, 2024
2 checks passed
@geirst geirst deleted the vekterli/add-queries-with-stop-words-removed branch October 24, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants