10 ms·
Predictive typing for single words is usually based on a locally stored dictionary, and for sentences it can be done with a model like prediction by partial mat
by dmn001 12y ago
Predictive typing for single words is usually based on a locally stored dictionary, and for sentences it can be done with a model like prediction by partial matching. The device functionality is similar to a system used for speech recognition, in that better accuracy would only be gained by sending motion and text data to the cloud at the very least in the training stage and then aggregate and analyse data using a prediction model.
However, no-one seems to care that most voice recognition tools like Siri nowadays send and store data on servers, and nearly all those aren't OSS.
- bsilvereagle 12y ago> However, no-one seems to care that most voice recognition tools like Siri nowadays send and store data on servers, and nearly all those aren't OSS. I think one of the reasons Jasper [1] was so well received was that it was offline. [1] http://jasperproject.github.io/ http://jasperproject.github.io/
- zz1 12y agoThanks for pointing out Jasper: great!