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::Storage - A role representing a Hailo storage backend

ATTRIBUTES

order

The Markov order (chain length) being used.

brain

The name of the resource (file name, database name) to use as storage.

METHODS

new

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

save

Saves the current state.

learn_tokens

Learns from a sequence of tokens. Takes an array reference of strings.

make_reply

Takes an (optional) array reference of tokens and returns a reply (arrayref of tokens) that might be relevant.

token_total

Takes no arguments. Returns the number of tokens the brain knows.

expr_total

Takes no arguments. Returns the number of expressions the brain knows.

start_learning

Takes no arguments. This method is called by Hailo|Hailo right before learning begins.

stop_learning

Takes no arguments. This method is called by Hailo|Hailo right after learning finishes.

start_training

Takes no arguments. This method is called by Hailo|Hailo right before training begins.

stop_training

Takes no arguments. This method is called by Hailo|Hailo right after training finishes.

AUTHOR

Hinrik Örn Sigurðsson, hinrik.sig@gmail.com

LICENSE AND COPYRIGHT

Copyright 2010 Hinrik Örn Sigurðsson

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