This is the final project for the Coursera Data Science Capstone. The goal of the capstone project is to create a predictive text model using a large text corpus of documents as training data.
For example, if a user types:
"I went to the …"
the app would suggest the three most likely words that would replace "…", i.e. gym, store or mall.
Extra space
- The source codes of the app, the N-gram datasets and the algorithm available on GitHub repo at: https://github.com/Juanan4290/NextWordPredictor
Extra space
- The shiny application developed for this course is available at: https://juanan4290.shinyapps.io/nextwordpredictor/