Packages

A small Markov chain text generator with pluggable sampling

Current section

Files

Jump to
babble include babble_Model.hrl
Raw

include/babble_Model.hrl

-record(model, {
config :: babble:config(),
transitions :: gleam@dict:dict(list(babble:token()), gleam@dict:dict(babble:token(), integer())),
messages :: integer()
}).