Skip to content

ohnorobo/gibberish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A gibberish word generator using markov chains

In action;

https://gibberish.herokuapp.com/index

This program learns the low-level characteristics of a language through ngrams, then uses a markov chain to invent new plausible sounding words for that language.

to get started run

./gibberish en train 3
./gibberish en make 10

Sample words generated from a dictionary and trigrams

English

napachirs
visques
blent
huffurloussne
thed
overe
haws
unracces
ants
formalting
calcuoutic

German

bezo
grauszeltem
gargangsverfrerg
webriten
thuntehrigtenkh¦ng
vor
um
porbartrungverrobomense
dritatierf
haubirchmeufwer

French

éraus
déchabe
votesiess
ruiouit
céntez
pépontionitas

Russian

отменило
изащитнеом
ноенчаемому
гулом
ра
зандую
взловалаземен
проигразем
взберсов
бенстому

Eventual features

picking the language of your choice from wikipedia to learn from

About

make up statistically plausible words for a language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published