Yould is a software that can generate pronounceable random words. It uses Markov chains trained on a large body of prose. You can download it in tar.gz or egg format. The easiest way to get your own yould it to type
easy_install yould
This distribution includes trained engines for:
* English (en, kjb)
* Dutch (nl)
* Finnish (fi)
* Italian (it)
* French (fr)
* German (de)
Installation:
Quick and simple:
easy_install yould
Just a litle harder:
tar -xvf yould-0.3.1.tar.gz
cd yould-0.3.1
python setup.py install
Usage:
# generate a random word
yould
or
# generate 30 random words
yould -n 30
or
# generate a random word with the French engine
yould -t fr
try
yould --help
for more options
What's New in This Release:
· A low memory more and a timeout command line option were added.
Product's homepage