NAME
Data::Classifier::NaiveBayes
SYNOPSIS
my $tokenizer = Data::Classifier::NaiveBayes::Tokenizer->new;
say @{$tokenizer->words("Hello World")};
DESCRIPTION
METHODS
SEE ALSO
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.