Skip to content

DDexxeDD/markov-text-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markov Text Generator

Generate text using markov chains.

This was a little test project to play with markov chains. There is little to no error handling, and probably a bunch of unaccounted for edge cases.

Only basic ascii text is supported for input.

Building

You will need meson to build this project.

Build

meson setup build
meson compile -C build

This will create the directory 'build'. In the 'build' directory the executable will be called 'markov'.

Running

./build/markov

The input text used is "books/defiant agents - andre norton.txt". This is hardcoded so you need to run the binary from the top directory.

License

The code in this repository is licensed under Creative Commons 0 (CC0).

Licenses for included libraries are in their respective folders in 'external'.

About

A simple text generator using markov chains

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published