Joshua Smith
John Hopkins Data Science Specialization on Coursera: Capstone Project
TextPsychic is a word prediction application. The application operates simply, efficiently, and presents a comfortable and stimulating interface to the user.
TextPsychic will accept text from a user and then predict the next word. TextPsychic could be applied to devices with small or cumbersome keyboards to increase the usability of the device or existing software. Currently only one word is predicted, but with small code modifications, the algorithm can provide multiple predictions so the user can select from a list of predictions.
TextPsychic was designed as a Capstone Project for the John Hopkins Data Science Specialization on Coursera.
The data were tokenized into uni-, bi-, tri- and quadgrams and placed into into frequency tables.
TextPsychic is simple - once the application has loaded into the browser (this may take a few seconds), simply type some text into the white box on the left (shown here circled in red). Click 'Submit', and the algorithm will offer a prediction.
Note: make certain you are under the application tab by clicking 'TextPsychicPredictor'.