class Hailo

Included Modules

Defined in:

hailo.cr:1
hailo.cr:12

Constant Summary

VERSION = "0.1.0"

Constructors

Instance Method Summary

Instance methods inherited from module Hailo::Reply

reply(message = nil) : String? reply

Instance methods inherited from module Hailo::Learn

learn(message) : Nil learn, train(train_file, progress = false) : Nil train

Constructor Detail

def self.new(brain_file = nil, order = nil, debug = false, swap_tokens = DEFAULT_SWAP_TOKENS, ban_tokens = DEFAULT_BAN_TOKENS) #

[View source]

Instance Method Detail

def learn_and_reply(message) : String? #

[View source]