I've been doing some tests. Initial experience is great! Some thoughts:
[...]
3. Rapidly typing seems to give different results; if I type a word rapidly and space I want exactly the same output each time -- could this be relating to aborting a search with rapid typing?
6. [freind] offers reinforced, reinforce, reinforcing, reinforcement, reinforces, but not friend
Originally posted by @mcdurdin in #16223 (comment)
It may be worth investing some time to investigate why the generated suggestions are what they are.
For point 6 specifically, re-examine the core distance-calculation class and the search quotient spurs to ensure that transpositions are being properly modeled with a single edit-distance. The lack of friend from freind smells like there may be a bug in there somewhere.
Originally posted by @mcdurdin in #16223 (comment)
It may be worth investing some time to investigate why the generated suggestions are what they are.
For point 6 specifically, re-examine the core distance-calculation class and the search quotient spurs to ensure that transpositions are being properly modeled with a single edit-distance. The lack of
friendfromfreindsmells like there may be a bug in there somewhere.