Create a module within the experiment extension for categorizing English search strings
Categories
(Firefox :: Address Bar, enhancement, P2)
Tracking
()
People
(Reporter: bugzilla, Assigned: adw)
References
()
Details
See Levenshtein distance in NLP.jsm. In case of ties, we will honor the intervention priority: Update > Clear History > Refresh.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Marco, would you mind reviewing this? I don't know your GitHub handle (or if I did I don't remember it), but the PR is here: https://github.com/0c0w3/urlbar-search-interventions-experiment/pull/1
There's documentation in QueryScorer.js that hopefully explains things clearly enough, and there's also a test. I explored more complicated ways of categorizing query strings, but in the end the simple method I landed on seems to work well enough and better in some cases. I asked Verdi to try it out but haven't heard back yet.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Ah, mak77, of course :-) I'll leave the needinfo just in case you miss the GitHub request.
Comment 3•5 years ago
|
||
done, I also forwarded gh notifications to my moz email, so they should be more visible.
Assignee | ||
Comment 4•5 years ago
|
||
Thanks, I merged the PR, so this bug has been fixed. I expect we'll want to make tweaks to the scorer as we continue with development, and we can file new bugs for that.
Description
•