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 term dependence model #5

Closed
lintool opened this issue Oct 6, 2015 · 3 comments
Closed

Implement term dependence model #5

lintool opened this issue Oct 6, 2015 · 3 comments
Assignees

Comments

@lintool
Copy link
Member

lintool commented Oct 6, 2015

We probably also want to implement some type of phrasal query model... SDM seems like a good start.

@dyshi
Copy link
Contributor

dyshi commented Feb 25, 2016

https://github.com/dyshi/Anserini/tree/feature-implement-sdm

I have a simple implementation tested on the Gov2 collection maybe we can merge this into the feature extractor branch after?

@Peilin-Yang
Copy link
Collaborator

It turns out that we can combine different query semantics from Lucene to construct SDM query.
For example, for ordered window and unordered window query, we can use SpanQuery.
We then use BooleanQuery together with BoostQuery to construct the complete query.

@Peilin-Yang
Copy link
Collaborator

Merged as #359

@castorini castorini locked as resolved and limited conversation to collaborators Nov 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants