WordSmart is a web based app created to predict the next word of a given phrase or string of text.
WordSmart helps the user to type in a fun and efficient way by using a machine learning algorithm previously trained.
03/6/2019
WordSmart is a web based app created to predict the next word of a given phrase or string of text.
WordSmart helps the user to type in a fun and efficient way by using a machine learning algorithm previously trained.
The algorithm to predict the next word has been optimized to be fast and reliable. Some characteristics of the WordSmart prediction model:
The model relies on N-Gram modeling used frequently by NLP applications.
The model exploits several features provided by the Quanteda library.
The model uses Markov chains, which state that the probability of the next possible word depends on the last word provided.
The model returns unigrams with the highest probability of occurring next.
Open the WordSmart app
Type a phrase in the text input
Click the Predict button