debian man page for bot::training

Query: bot::training

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Bot::Training(3pm)					User Contributed Perl Documentation					Bot::Training(3pm)

NAME
Bot::Training - Plain text training material for bots like Hailo and AI::MegaHAL
SYNOPSIS
use Bot::Training; use File::Slurp qw< slurp >; my $bt = Bot::Training->new; # Plugins I know about. Install Task::Bot::Training for more: my @plugins = $bt->plugins # Get the plugin object of a .trn file (which is just a plain text # file). These all work just as well: my $hal = $bt->file('megahal'); my $hal = $bt->file('MegaHAL'); my $hal = $bt->file('Bot::Training::MegaHAL'); # Get all lines in the file with File::Slurp: my @test = split / /, slurp($hal->file);
DESCRIPTION
Markov bots like Hailo and AI::MegaHAL are fun. But to get them working you either need to train them on existing training material or make your own. This module provides a pluggable way to install already existing training files via the CPAN. It also comes with a command-line interface called "bot-training".
AUTHOR
AEvar Arnfjoro Bjarmason <avar@cpan.org>
LICENSE AND COPYRIGHT
Copyright 2010 AEvar Arnfjoro Bjarmason <avar@cpan.org> This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.4 2010-05-12 Bot::Training(3pm)
Related Man Pages
fst-train(1) - debian
file::slurp::unicode(3pm) - debian
moosex::getopt::gld(3pm) - debian
poe::component::irc::cookbook(3pm) - debian
poe::component::irc::projects(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file