markov-analysis
There are 4 repositories under markov-analysis topic.
bpbirch/markov_analysis
This project implements Markov analysis for text prediction from a given text file. Utilizes urllib.request to read text file from project gutenberg.
bpbirch/JSMarkovAnalysis
This is similar to my Markov Analysis repo in Python. Some nuance is lost, since I didn't include a word cleansing function, but I'm working on reproducing some of my Python repos in JavaScript.
MarkG98/Twitter-Markov
Uses markov analysis on the tweets of a desired twitter user.
hughrawlinson/markov.js
A library for handling markov chains