in reply to Re: Challenge: Predictive Texting
in thread Challenge: Predictive Texting

BrowserUk,
The AM is correct. If for instance:
<previous input> Input: 7 Output: kiss Input: - Output: lips Input: + Output: lips <repeated> Input: <digit>

Cheers - L~R

Replies are listed 'Best First'.
Re^3: Challenge: Predictive Texting
by Not_a_Number (Prior) on Jan 10, 2007 at 17:37 UTC

    Sorry, but I'm still not clear what 'the word is finished being spelled' means.

    Could it be paraphrased, for example, by 'the suggested word is the same length as the intended word?

      Not_a_Number,
      Let me walk you through a complete example and see if that does not clarify things:
      Mystery text = "kiss me" input: 5 output: l input: 4 output: li input: 7 output: lit input: 7 ouput: lips input: - # correct word length, wrong word output: kiss input: + # correct word output: kiss # clusmy interface - repeats correct word input: 6 output: n input: 3 output: of input: - # correct word length, wrong word output: me input: + # correct word output: me # clusmy interface - repeats correct word

      Cheers - L~R

        But then, why do you need the zero button for space?