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

Implement DAAT scoring #61

Open
elshize opened this issue Nov 7, 2018 · 0 comments
Open

Implement DAAT scoring #61

elshize opened this issue Nov 7, 2018 · 0 comments
Assignees

Comments

@elshize
Copy link
Owner

elshize commented Nov 7, 2018

When scoring on-the-fly, it might matter how many look-ups to the size table is made, so implementing a DAAT-specific scoring---which scores entire document at once---might be a good idea.

However, I have doubts it matters much, as the intersection might not be big enough to make a difference.

Another reason for this could be finding out how precision changes if we score with a smoothed language model, and always consider all terms, even those for which a document doesn't exist in the posting list.

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

No branches or pull requests

1 participant