https://github.com/yoz75/worddegenerator
A new dumb texts generator! Now with GUI!
https://github.com/yoz75/worddegenerator
chevosekrofelyab graph-algorithm graph-algorithms graphs gui plseudo-lang pseudo-language win-ui-3 windows winui3 winui3-app word-generation word-generator yoz75
Last synced: 3 months ago
JSON representation
A new dumb texts generator! Now with GUI!
- Host: GitHub
- URL: https://github.com/yoz75/worddegenerator
- Owner: Yoz75
- License: mit
- Created: 2026-02-13T21:11:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-13T20:37:08.000Z (3 months ago)
- Last Synced: 2026-03-14T05:54:29.668Z (3 months ago)
- Topics: chevosekrofelyab, graph-algorithm, graph-algorithms, graphs, gui, plseudo-lang, pseudo-language, win-ui-3, windows, winui3, winui3-app, word-generation, word-generator, yoz75
- Language: C#
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What the hell is it?
**Word Degenerator is a pseudo-text generator** that mimics real text provided by the user. For example, given the input text `This is an example of the Word Degenerator program. The longer the input, the more realistic the output is. Try using entire books to achieve the best results. Changing the settings of Word Degenerator may also improve results!` Word Degenerator might generate `or progentic to also inger the longinputputput, to an examprove of Wor eneratore of Wor may achieve of Wor usinginginging may also improgeneramore longinput entingimpro`. Note that this text **was generated in Word Degenerator**, but probably you will get other result, so try experementing with the settings. Usually, longer texts produce more natural output.
By the way, Word Degenerator supports both Russian and English languages!
# How to run it
Sorry, but Word Degenerator supports **only** Windows 10 & 11 :(
Download the latest release and unzip it somewhere. Inside the bin directory you'll find MANY files. Search for "WordDegenerator.exe" and run it.
# How to use it
Word Degenerator has an [ai generated documentation](https://github.com/Yoz75/WordDegenerator/blob/main/Docs/Documentation_en_user.md) (sorry about that) where all settings described. Also, there is a tip ontop of each setting or field when you hold your pointer on it (these ones are made by human).
Short tokenizers tip:
* `BlockTokenizer` is fast but dumb sometimes
* `SeparatorTokenizer` works like T9. This one doesn't make "new words" (if you select space as separator)
* `RandomBlockTOkenizer` same as `BlockTokenizer`, but uses random sized blocks for better output
* `SmartTokenizer` tokenizer that uses [BPE-like](https://en.wikipedia.org/wiki/Byte-pair_encoding) algorythm, but very slow on long texts. Use at least 1000 iterations.