jtmoogle @github.com All Rights Reserved
Jan 20, 2016
This is prepared for Johns Hopkins' Data Science Capstone online class Final Report
This Shiny application is the web-based data product and implemented the prediction model to predict what next words you want to type.
The APP learn terms/words from English blogs/news/twitters provided by JH Capstone Swiftkey.
Real-time to interact with user(s) to take user's typing as input method and to display predicted next word(s)
Users can access the APP (https://jtmoogle.shinyapps.io/textAnalyzer) through any browsers (i.e. IE, Firefox, Chrome) via internet access
Data -> Analyze -> Modeling -> Data Product
The Prediction is determined by Preferred Rank based on N-Gram result of word counts/normalized probabilities
The Shiny APP prediction algorithm utilized the N-Gram dictionary
Furthermore, About Future, might extend to text topic model, spelling checking, sentiment features. Could apply in areas of customer survey, trouble ticketing, voice response system and etc.