Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eiri/flabild
- Owner: eiri
- License: mit
- Created: 2021-06-25T16:55:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T02:03:21.000Z (about 2 years ago)
- Last Synced: 2024-06-20T20:39:15.019Z (5 months ago)
- Language: Go
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)