mcclayton / MarkovChains

Experimenting with practical applications of first and higher order Markov Chains.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MarkovChains

Experimenting with practical applications of first and higher order Markov Chains.

Build Instructions

To Build all of the applications, run the following command:

npm run build

Run Instructions

Sentence Generator

To Run Sentence Generator, run the following command with parameters:

npm run sentencegen <filepath> <markovModelOrder> <numOfSentencesToGenerate>

Ex: npm run sentencegen ~/Desktop/myDataFile.txt 2 10

About

Experimenting with practical applications of first and higher order Markov Chains.


Languages

Language:JavaScript 100.0%