This commit is contained in:
minish 2025-11-17 14:22:26 -05:00
parent a0254dda72
commit 2898c29892
Signed by: min
SSH Key Fingerprint: SHA256:mf+pUTmK92Y57BuCjlkBdd82LqztTfDCQIUp0fCKABc
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Chains-gen # Chains-gen
chains-gen is a simple little program to create a Markov chain and then generate some text using it. 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. To use it, put your training data inside `data.txt` in a directory, and then run the program there.
> [!NOTE] > [!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.. > 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. If everything is okay you should be able to hit enter and generate sentences.