forked from chaosarium/lwt
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementDevelop an existing featureDevelop an existing featureuxUser Experience could be betterUser Experience could be better
Description
The title is probably not clear. The issue occurs with the relevance of suggestion when dealing with compound words.
For example imagine you have the word "Greatidea". And you get as suggestions: "great", "Greatman", "Greatbuilding", "Greatriver".
To understand the word, you want "great" and "idea" to show up in the list, but because all the words with "great" share 5 characters instead of 4, they show up instead. So separate checking is required.
"Great" covers already perfectly the beginning of the word. So a word that covers well the remaining part of the word should be preferable, and some formula could give a better approximation than the current naive method.
If given some guidance, I could help getting it done.
Metadata
Metadata
Assignees
Labels
enhancementDevelop an existing featureDevelop an existing featureuxUser Experience could be betterUser Experience could be better