Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eiri/flabild

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

Last synced: 28 days ago
JSON representation

Generator of random pronounceable words

Awesome Lists containing this project

README

        

# flabild
Generator of fake pronounceable words

## Summary

This is [Markov chain](https://en.wikipedia.org/wiki/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 different languages. The architecture is pluggable. Currently here is only one, english, plugin.

### Name

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

## Usage

```
$ flabild -n 12
an
stlentanes
pose
ser
mer
ble
in
aallingioldwidly
dianta
obbly
mirt
cometal
```

## License

[MIT](https://github.com/eiri/flabild/blob/main/LICENSE)