-
Notifications
You must be signed in to change notification settings - Fork 4
Description
While many times the best possible suggestion based on the morpheme completion approach ends up being the first or second ranked one, just as many times there are more plausible suggestions, e.g.
hfst-ospell -S -X -n 12 crk-x-predict_morphs-mobile.zhfst
kanstohtat
"kanstohtat" is NOT in the lexicon:
Corrections for "kanstohtat":
ka-nistohtât 27.249649
kâ-nistohtât 27.499458
kanisitohtâto| 28.749804
kânisitohtâto| 29.000414
ka-nisitohtâht 29.749435
ka-nisitohtâto| 29.749443
kâ-nisitohtâht 29.999447
In the above, ka-nistohtâht, kâ-nisitohtâht, ka-nisitohtâht, and kâ-nisitohtâht would all be decent suggestions for the input: kanstohtat.
It could be a useful feature, if the user could e.g. swipe the suggestion band to the left, in order to see more possible suggestions, such as 4-5 instead of the current 2-3. Perhaps alternatively, the suggestions could be truncated in their initial or early initial part, to make for more room on the suggestion band.
Of course, this would require serious thinking about the best way to implement such a functionality, if at all, before any of the coding work that would be needed.