This report presents exploratory analysis of the Coursera-SwiftKey dataset. The goal is to build a predictive text model that suggests the next word based on the user input.
The dataset contains three English text files: - Blogs - News - Twitter
library(stringi)
library(ggplot2)
library(dplyr)