KFollmer
Oct. 15th, 2016
Request: Build a text prediction web application
Requirements
R Packages
library(shiny)
library(quanteda)
library(stringr)
library(data.table)
library(dplyr)
Data Source Used: Capstone Dataset: A large sampling of language data extracted from twitter, blog entries and news sources
There is a tradeoff between performance and acurracy with this tool. Performance was prioritized over formatting
Improvements for Next Version