flabild 0.1.0

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

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