09/03/2021

Introduction

This presentation is created as required by data science capstone - final project

The main aim of this project is to build natural language processing model which can predict next word in a sentence as accuratley as possible

Data and Methods

  • Data is obtained by coursera data science capstone project website (Swiftkey)
  • Used tidytext package to tokenise data
  • ngram method is used in the prediction of next words
  • this app uses filtering words from 4 gram tokens

Shiny app

References