Ajayalal / scandinavian-keyboard

Automatically exported from code.google.com/p/scandinavian-keyboard
0 stars 0 forks source link

intelligent dictionary #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The current dictionary does not remember newly typed words or most typed words 
like the 
std dictionary.

Would be a nice feature for a future release

Original issue reported on code.google.com by ne.linne...@gmail.com on 1 Jul 2009 at 7:43

GoogleCodeExporter commented 8 years ago
I fully agree on this issue, it's making the autocompletion function useless. 
If the
dictionary doesn't know a specific word, it will recommend another (wrong) word 
and
write the wrong word instead. Even if you choose the correct word in the list, 
it
will not remember the selection. This means that every time you correctly type 
a word
which the dictionary doesn't know, it will correct it into a wrong word :(

On the original keyboard (at least on my HTC Magic), I can choose the correct 
word
and the next time I type the same word, it will not replace it with a wrong 
word.

A horror example:
1. Use Danish keyboard layout and danish dictionary.
2. Try to type the very common danish word "hvordan" (in english: "how").
3. It will replace the word "hvordan" with the sentence "hvordan har De det?" 
(in
english: "how are you?")
4. Even if you select the word "hvordan" in the recommended list, it will not
remember the selection, so the next time you type "hvordan", it will get 
replaced
once again.

Original comment by kenni.l...@gmail.com on 12 Sep 2009 at 8:31

GoogleCodeExporter commented 8 years ago
To add user-specified words, you have to first type it in correctly, then long 
press 
it among the other suggestions. The next time you type it (or something alike), 
it 
will pop up. If not super practical, it's doable.

Original comment by thom...@gmail.com on 9 Nov 2009 at 12:00

GoogleCodeExporter commented 8 years ago
This feature is added to the keyboard in Android 2.0, and I will try to add 
these 
changes to this keyboard.

Original comment by trygv...@gmail.com on 14 Nov 2009 at 12:01

GoogleCodeExporter commented 8 years ago
This feature is now implemented in 1.4.0. The word will be added to the user 
dictionary after a couple of uses.

Original comment by trygv...@gmail.com on 27 Nov 2009 at 11:25

GoogleCodeExporter commented 8 years ago
There was a bug, so this actually didn't work in 1.4.0 or 1.4.1. In 1.4.2 it 
now 
should add the word to the user dictionary after it is typed 4 times. How many 
times 
it has to be typed can be chosen in settings.

Original comment by trygv...@gmail.com on 14 Mar 2010 at 9:32