Mary van Valkenburg
January 2016
(Predict-A-Tron 3000 was created with that in mind)
P.A.T. 3000 predicts the next word as you type, using the Markov assumption that future events depend only on a limited history of preceding events.
bigrams: “argh why”, “why do”, “do I”, “I have”, “have to”, “to do”, “do everything”, “everything myself”
trigrams: “argh why do”, “why do I”, “do I have”, “I have to”, “have to do”, “to do everything”, “do everything myself”
fourgrams: “argh why do I ”, “why do I have”, “do I have to”, “I have to do”, “have to do everything”, “to do everything myself”
(because you don't have to do everything yourself)
https://marylvv.shinyapps.io/PredictATron3000/