A little markov chain generator
Go to file
minish 9debe776f2
Initial commit
2025-01-28 20:17:30 -05:00
src Initial commit 2025-01-28 20:17:30 -05:00
.gitignore Initial commit 2025-01-28 20:17:30 -05:00
Cargo.lock Initial commit 2025-01-28 20:17:30 -05:00
Cargo.toml Initial commit 2025-01-28 20:17:30 -05:00
README.md Initial commit 2025-01-28 20:17:30 -05:00

README.md

Chains-gen

chains-gen is a simple little program to create a Markov chain and then generate some text using it.

To use it, put your training data inside data.txt in a directory, and then run the program there.

[!NOTE] You should try to keep each "entry" of data contained in one line, not bleeding out into multiple. The results could be weird if you don't..

If everything is okay you should be able to hit enter and generate sentences.