class Naive::Trainer

Defined in:

naive.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tokeniser : Tokeniser) #

[View source]

Instance Method Detail

def data : Naive::TrainedData #

[View source]
def train(text : String, className : String) #

enhances trained data using the given text and class


[View source]