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

[Backend] Improve search result relevance algorithm #42

Open
galadhremmin opened this issue Dec 12, 2022 · 0 comments
Open

[Backend] Improve search result relevance algorithm #42

galadhremmin opened this issue Dec 12, 2022 · 0 comments

Comments

@galadhremmin
Copy link
Owner

The current search relevance algorithm uses 'nearness' to the search term. It's imperfect and it doesn't work particularly well for inflections. Also, multiple language responses are sometimes ordered in a manner that the most relevant results are pushed below the fold.

What can we do to improve the search result relevancy?

Code pointer:

public static function calculateRating(\stdClass $gloss, string $word)

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