A fast Markov chain-based fake word generator that produces pronounceable pseudo-words
A blazingly fast library for computational linguistics
Lipsum is a lorem ipsum text generation library. It generates pseudo-random Latin text. Use this if you need filler or dummy text for your application. The text is generated using a simple Markov chain, which you can instantiate to generate your own pieces of pseudo-random text.
a library used to generate random chain of words based on an example text
Password generator with a regular-expression-like syntax
A feature-rich password generator with pronounceable, secure, passphrase, and PIN modes
A simple but flexible Markov chain library, specifically for text sentences, which handles punctuation and whitespace
A flexible password generator that creates pronounceable passwords with adjustable entropy and custom patterns.
A simple and fast Markov chain generator in Rust.
A fast, extensible Rust implementation of a Markov chain text generator, inspired by markovify
A terminal typing trainer inspired by keybr.com with adaptive learning
a rust program that scrapes discord, learns how your friends talk, and generates new messages in their collective voice. yes, this is what we're doing with our lives.
It's often nice to have random English-sounding words, eg. for password generators. This library uses Markov-chain techniques on words, as opposed to many others which focus on sentences.
Random Words based on Markov Chain