Umang17 / softkeyboard

Automatically exported from code.google.com/p/softkeyboard
0 stars 0 forks source link

Enhancement on dictionary #315

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Now the words suggested from the dictionary are shown in alphabetic order.
But all of us don't use the same words so it will be great if the order
will be regardless on how many times the word was used.
So it will be necessary to add to the dictionary a kind of counter that
counts how many times some word (for each letter separately)from the
dictionary was used  and the order of suggested word will be on the base of
this counter and not in the alphabetic order.

thank you

Original issue reported on code.google.com by andrej.z...@gmail.com on 28 Mar 2010 at 7:40

GoogleCodeExporter commented 9 years ago
Menny can correct me if I'm wrong but I think the words should be ordered 
according to 
their "frequency", defined in the dictionary. However, this frequency is a 
static 
property and doesn't change.

Original comment by ssalo...@gmail.com on 3 Apr 2010 at 7:41

GoogleCodeExporter commented 9 years ago
The main dictionary has frequencies. User dictionary does not (they are all 
with the
same frequency 128, which put them pretty high)

Original comment by menn...@gmail.com on 3 Apr 2010 at 12:00

GoogleCodeExporter commented 9 years ago
The frequency of the main dictionary can be done variable?

Original comment by andrej.z...@gmail.com on 3 Apr 2010 at 2:55

GoogleCodeExporter commented 9 years ago
I think that it would be nice to have if i could at least control frequency of 
user dictionary and manually promote some words above 128. I often have words i 
added and use very frequently that i have to type almost the whole word until 
it is suggested -->annoying, and the frequent use doesnt get them promoted as 
explained here 

Original comment by milma...@gmail.com on 4 Feb 2012 at 2:31