Thanks to visit codestin.com
Credit goes to lib.rs

#random #word #fake #generator

bin+lib flabild

A fast Markov chain-based fake word generator that produces pronounceable pseudo-words

1 unstable release

Uses new Rust 2024

0.1.0 Feb 15, 2026

#2763 in Text processing

MIT license

30KB
191 lines

flabild

CI Status

Generator of fake pronounceable words. Port of https://github.com/eiri/flabild

Summary

This is Markov chain based generator of fake words. During generation each following letter choosen by a frequency based on two previous letters. This leads to generaton of (semi-) pronounceable words. Frequency module is generated from provided dictionary, allowing for generation of fake words in a given language.

Name

flabild is a generated fake pronounceable word meaning generator of fake pronounceable words.

Usage

$ flabild -n 12
cachs
sper
canung
orrictoch
speguered
guing
ricariflumpats
thouse
berpal
pa
ousnessisobberandisopht
rograchitencele

Dev tools

Trying to use mise-en-place and hk for this project.

$ mise task ls
Name     Description
build    Build the CLI
default  Run `run` task
flabild  Run the built binary
lint     Lint the code
run      Run the CLI
test     Test the code

License

MIT

Dependencies

~1–2MB
~41K SLoC