[Feature Request]: Add a new PatternRelevanceScorer #1231
JonathanLoscalzo
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What needs to be done?
The functionality will be similar to KeywordRelevanceScorer, but trying to rebuild it using patterns like the filter URLPatternFilter. The idea will be the same as before: count whether the pattern is found.
What problem does this solve?
You can filter url patterns keywords, but you don't have any way to prioritize this urls. For example, if you have the url pattern
/opportunit(y|ies)
; you should prioritize it using two keywords,opportunity
andopportunities
Target users/beneficiaries
developers
Current alternatives/workarounds
Create a custom scorer
Proposed approach
Beta Was this translation helpful? Give feedback.
All reactions