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::Engine::Default - The default engine backend for Hailo

DESCRIPTION

This backend implements the logic of replying to and learning from input using the resources given to the engine roles.

It generates the reply in one go, while favoring some of the tokens in the input, and returns it. It is fast and the replies are decent, but you can get better replies (at the cost of speed) with the Scored engine.

AUTHORS

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

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

LICENSE AND COPYRIGHT

Copyright 2010 Hinrik Örn Sigurðsson and Ævar Arnfjörð Bjarmason <avar@cpan.org>

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