Venkat Sri (vesr)
Feb 2018
The objective of the application is to implement model that prpmpts hint (next set of words), related to the pharse/text that's been entered by the user. The input for this program consists of three datasets twitter, news and blogs from HC Corpora. Data has been cleaned and a subset is used as sample data in R data frames. Back-off alogorithm is used complementing with NLP techniques to crete n-grams. The UI layer has been developed with Shiny package with additional libraries (such as a DT, javascript, HTML Render) to enhance the user experience.
Just type a word, phrase or sentence. The app shows what the user has entered, followed by cleansed form. As the main result, until the top five (more probable) n-grams predictions are displayed in a list control. The user can review or swap your input data, and the app will turn back to present more hints to predict. Another tab offers a more extensive documentation.
See 5 lines of “bigrams” and “trigrams” data frames which are loaded by Shiny App.
Error in gzfile(file, "rb") : cannot open the connection