Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-11-17 14:22:26 -05:00
src faster 2025-03-23 00:34:51 -04:00
.gitignore Initial commit 2025-01-28 20:17:30 -05:00
Cargo.lock faster 2025-03-23 00:34:51 -04:00
Cargo.toml faster 2025-03-23 00:34:51 -04:00
README.md Readme 2025-11-17 14:22:26 -05:00

Chains-gen

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

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

Note

Try to keep each entry of data contained in one line and not bleeding out into multiple. (The results will be better)

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

Description
A little markov chain generator
Languages
    Rust 100%