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

Data::Classifier::NaiveBayes

SYNOPSIS

my $tokenizer = Data::Classifier::NaiveBayes::Tokenizer->new;
say @{$tokenizer->words("Hello World")};

DESCRIPTION

Data::Classifier::NaiveBayes

METHODS

SEE ALSO

Moose, Lingua::Stem::Snowball

AUTHOR

Logan Bell, <logie@cpan.org>

COPYRIGHT & LICENSE

Copyright 2012, Logan Bell

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