A predictive text app by Nacho Rodriguez
Dec - 14th - 2014
PreDetective is a free web application and a predictive text algorithm implementation.
How does it work?
- The user inserts a text in the input box and, automatically, gets a prediction for the next word of the phrase
The predictive algorithm uses a N-gram approach:
Then, frecuencies of 2,3 and 4 consecutive words are counted and the more frequent secuence will be selected as the prediction.
The explained algorithm is implemented through a free web application and a quick response from the server when using the app was established as a key factor for success.
In order to achieve such a quick response, three different data structures are defined:
PreDetective is a free, easy-to-use, powerfull and quick web app for predictive text.
As a pilot project, it has demonstrated how to get through the:
There is, of course, room for improvement:
Thank you for your time, hope you like it!