Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

meson build
cd build
ninja

Running

cd build
./markov

Example:

./markov --text file.txt --order 4 --save model.txt
./markov --load model.txt --count 100

Run unittests

cd build
meson test
# or
./unittests

About

creates a Markov model from text material, and generates new text based on the model

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages