
Algorithm::MarkovChain::GHash - Object oriented Markov chain generator, glib/C storage

use Algorithm::MarkovChain::GHash; my $mc = new Algorithm::MarkovChain::GHash;
See Algorithm::MarkovChain for full details

This module implements glib storage for Algorithm::MarkovChain.
You'll need glib installed to make this happy.

This was originally written using Inline, but never released due to lack of round tuits. Recently a tuit supply arrived so I converted it into XS to reduce dependencies.

None known, maybe after I write some tests.

Richard Clamp <richardc@unixbeard.net>