Skip to content

Yoz75/WordGenerator

Repository files navigation

How to use:

!!WARNING!! Cyrillic (and maby other) script DOESN`T WORK IN OLD WINDOWS CONSOLE, use new terminal instead

Remember: as more text you give as input, as good result you will get

You can simply run .exe file and write text without other options: Снимок экрана 2024-09-06 220651

Or you can use app arguments: Снимок экрана 2024-09-06 220849

As more text you give as input, as more realistic result will be (source.txt is 182kb size): изображение

Arguments

WordGenerator has this console arguments:
source={file with extension}- read text from file.

tg={number} - generate x tokens (tokens != symbols)

ts={number} - set token size to x symbols (tg=100 ts=2 will generate 200 symbols)

Small token size often create new words:
изображение Greater token size copies part of text:
изображение

tn={number} - set next tokens size to x tokens (less values gives repeating values like abrbrbrbbrbrbrbrbrbrbr...)

tr={number 0..100} - set the chance of random next token (0 - no random, 99 - all random)

fr={number} - generate text and use it again x times (uses generated text as input)