1. Introduction

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


2. Loading Libraries

library(stringi)
library(ggplot2)
library(dplyr)