-The goal of the application is to implement a predictive model that provides clues on one or more words, consistent with the sentence that has been entered by its user. After conducting data cleaning, sampling and subseting, we gather all data into R databases.
-Using techniques from Text Mining ™ and NLP, creating a set of word combinations (N-grams). They are the main supports of Katz Backoff’s algorithm that predicts the next word. Adaptations and heuristics have been specially developed to improve this Shiny application.