Skip to content

nickwallen/swiftcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A typeahead prediction model suggests words as a user types to improve typing efficiency on constrained mobile devices. This is akin to products such as Swiftkey which is available for Android and iOS mobile devices. This was completed as the Project Capstone for the Data Science Specialization offered by Johns Hopkins University through Coursera.

Installation

devtools::install_github ("nickwallen/swiftcap")

Getting Started

data (blogs)
fit <- ngram (blogs)
predict (fit, "What is the next")

Resources

About

An R package for creating N-gram language models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages