Closed
Bug 860541
Opened 12 years ago
Closed 12 years ago
[keyboard] if input is a valid word, prediction engine must suggest it
Categories
(Firefox OS Graveyard :: Gaia::Keyboard, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: djf, Unassigned, NeedInfo)
References
Details
(Whiteboard: c=auto-correct)
It is important for auto-correction that we don't correct words that are real words. So the prediction engine needs to tell us if the user's input is a complete word on its own. It doesn't always do this, though.
The input "ill" produces suggestions "illegal", "Illinois" and "illness" but not "ill" itself.
(I don't know if we should include a bloom filter for very low frequency words that we don't want to store in the DAG but that we still want to check for? That might be nice but is probably out of scope for now.)
Reporter | ||
Comment 2•12 years ago
|
||
Preemptively asking for leo+ all the bugs blocking the keyboard auto-correct umbrella bug 797170.
blocking-b2g: --- → leo?
Comment 3•12 years ago
|
||
seem like a product/UX decision whether we need auto-correct in 1.1
Flags: needinfo?(ffos-product)
Comment 4•12 years ago
|
||
Chris is driving keyboard improvement decisions.
Flags: needinfo?(ffos-product) → needinfo?(clee)
Reporter | ||
Comment 5•12 years ago
|
||
Resolving this invalid. The premise in the first comment is not correct: sometimes we do want to auto correct input that is a real word. "ill" is a word, but we want to auto-correct it to "I'll".
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Updated•12 years ago
|
Whiteboard: c=keyboard → c=auto-correct
Updated•12 years ago
|
blocking-b2g: leo? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•