Marc Reitz
June 1, 2019
Word Prediction Application
The proliferation of mobile devices has made technology more accessible and unlocked significant increases in workplace productivity. One particular challenge that technology has had to overcome is evolving the Human-Computer Interface to the small screen. Ubiquitous now in our mobile devices are features that assist in the process of typing text input. This capstone project implements a methodology common to many mobile apps today - predicting the next word in a sentence given the prior word. A simple web-based interface is used to collect a phrase from a user. Based on what was entered, the system will provide a list of recommended next words.
For example: A common English phrase is “The best of both worlds” which describes a situation where one may enjoy the advantages of two very different things at the same time. When a user types “The best of both ”, the user is presented with a ranked set of options for what the next word might be.
The application may be accessed from this link