Andrés Durán C.
2021-09-19
Coursera Data Science Specialization Capstone Project Johns Hopkins University
The goal of this presentation is to show a product to highlight the prediction algorithm that I have built and to provide an interface that can be accessed by others.
A Shiny app, “NextWord Application” can be accessed at:
The source code files can be found on GitHub:
There are several processes that need to be completed before the model can be built.
The information is stored in the GitHub repository.
To predict the NextWord of the user input sentence the server will do:
All the n-grams are loaded at first, Quadgram, Trigram & Bigram Data frame files.
The predictive NextWord App will take the writed words typed in the Text Field and after a moment, it will take it and process it in the server. As enunciated, just type a few words in the fiel and it will show the predicted word and the n-gram used.
More information in the “About” tab panel.