The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Hailo::Role::Engine - A role representing a Hailo engine backend

ATTRIBUTES

A Hailo::Engine::* gets the following attributes by using this role:

storage

A storage object the engine should use to get data from.

order

The current Markov order used by the storage object.

METHODS

new

This is the constructor. It accept the attributes specified in "ATTRIBUTES".

learn

Learn from the given input and add it to storage.

reply

Reply to the given input using the storad data.

AUTHOR

Ævar Arnfjörð Bjarmason <avar@cpan.org>

LICENSE AND COPYRIGHT

Copyright 2010 Ævar Arnfjörð Bjarmason.

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.