Shaddyjr
10/11/16
This light-weight app accepts a user's string input and produces a prediction of the 'next word' that would most likely follow.
BigramTerms Count GoodTuringCounts
[1,] "color being" "308" "0"
[2,] "color codes" "208" "0"
[3,] "colorful resident" "124" "1"
[4,] "come a" "234" "0"
[5,] "come to" "757" "0"
[6,] "comes from" "115" "0"
[7,] "comes off" "123" "0"
[8,] "comes on" "374" "0"
[9,] "coming out" "234" "0"
[10,] "coming up" "330" "0"
[11,] "commercial hehe" "69" "0"
[12,] "commercial or" "210" "1"
Most useful for mobile apps
Functionality could also include:
Using trigrams would yeild a more accurate prediction
Using a Good Turing estimation would also increase model accuracy
Including all languages, made possible with UTF-8 conversion