Akbarali Shaikh
14-Sep-2019
This project involves Natural Language Processing. The critical task is to take a user's input phrase (group of words) and to output a predicted next word.
Project deliverables:
The next word prediction model uses the principles of “tidy data” applied to text mining in R. Key model steps:
Benefits: easy to read code; uses “pipes”; fast processing of training data; able to sample up to 25% of original corpus; relatively small output repos
The next word prediction app provides a simple user interface to the next word prediction model.
Key Features:
Key Benefits:
Report
“https://rpubs.com/sk_akbar/526007”
Shiny App
“https://akbaralishaikh.shinyapps.io/Capstone-Project/”
Shiny App Source Code repository on Github
“https://github.com/shkakbar/Capstone-Project/tree/master/Shiny%20App/Capstone-Project”
Data Specialization Capstone Project repository on Github
“https://github.com/shkakbar/Capstone-Project”
Tidy Data
“http://vita.had.co.nz/papers/tidy-data.html”
Text Mining with R: A Tidy Approach
“http://tidytextmining.com/index.html”