Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAre there any papers on Contextual-based Scoring? #26
Labels
Milestone
Comments
|
Related to this issue #23 there is actually no public paper available, but I plan to make a public version available shortly. The concept in the readme (https://github.com/nextapps-de/flexsearch#contextual-search) is a good base to explain how contextual scoring works. There is a green gradient which demonstrates the relevance of context (from the perspective of a initial word as root, e.g. "Word 4"). Contextual scoring only comes into play when the query has more than 1 term and increase effect for each additional term (that note is actually missing in the readme). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I’d love to read more on this scoring strategy.