We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
We are trying to use "sequencial dependency model" to improve retrieval component. Does the following query makes sense?
We assume the #AND is a best match operator.
Thank you in advance!
Team 16
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
We are trying to use "sequencial dependency model" to improve retrieval component. Does the following query makes sense?
AND(#AND(#AND("bovine spongiform"~40 "spongiform encephalitis"~40 "bovine spongiform encephalitis"~80)^3.0 #AND("bovine spongiform" "spongiform encephalitis" "bovine spongiform encephalitis") BSE^0.5 #AND("animal disease"~40)^3.0 #AND("animal disease") )^0.20000000298023224 #AND("mad cow"~40 "cow disease"~40 "mad cow disease"~80)^3.0 #AND("mad cow" "cow disease" "mad cow disease") PrnP^0.5)
We assume the #AND is a best match operator.
Thank you in advance!
Team 16
The text was updated successfully, but these errors were encountered: