KomodoOpenLab / TypeOver

TypeOver facilitates typing on your iOS device when using external switch interfaces compatible with VoiceOver.
1 stars 2 forks source link

Add next word prediction page button #73

Open OwenMcGirr opened 11 years ago

tnantais commented 11 years ago

I don't know what this means. Could you please explain before you implement? Usually, next word predictions are offered in the same way as other word predictions.

OwenMcGirr commented 11 years ago

sorry... One button... If your word isn't up, you can go next page or keep typing.

tnantais commented 11 years ago

I suggest going to the word predictions automatically after the user chooses a word prediction or a space. They can go back to the letters page in the usual way. With the bigram model, there is a very good chance that their word will be there, especially for common phrases like "to the"

tnantais commented 11 years ago

Ok I think I have a clearer idea what you're suggesting -- it sounds like a "guess again" button and it has nothing to do with next word prediction (although it can be used with any word prediction, including next word prediction). Sorry about that. Let's give this feature a low priority until the bigram model is implemented and then we can decide whether it adds anything valuable. I think we're going to be much happier with the word prediction when the algorithm takes the previous word into account.

OwenMcGirr commented 11 years ago

I think VoiceOver should go to the words button after a prediction is selected. From my experiences with bigram (a lot), you often need a letter of the next word.

tnantais commented 11 years ago

I'm not sure what good it would do to put VO focus on the words button -- the user can't see the word predictions so has no idea whether their word is in the list or not. An alternative would be to go to the word predictions but put the VO focus on the letters button. Seems to me that we should be able to run a quick simulation with a given word prediction model and estimate the probability that the desired word is in the list for NWP. The better the model, the higher the probability.

OwenMcGirr commented 11 years ago

Fair point. What about offering a toggle in settings?