R-Shiny project for Data Science Capstone Project

M. Hassan
8/18/2015

Predict next word ...

Predicts next word

In this capstone project, we will apply data science in the area of natural language processing.

  • The project is based on building a corpora of data from tweets, blogs and news sources
  • We apply then cleaning and data processing techniques.
  • We build a predictive model to come up the next word
  • We finally build an interacitve that use the model to predict the next word a user would likely type.

Overview

Description

  • Generate 1-gram, bigram, and trigram matrices
  • Generate frequency counts, generate a table of unique ngrams by frequencies
  • SearchMatch a word character string with the appropriate n gram entered by uer

Sample of App

alt text alt text