NAME
Lingua::JA::Categorize::Categorizer - The brain of L::J::C
SYNOPSIS
use Lingua::JA::Categorize::Categorizer;
my $categorizer = Lingua::JA::Categorize::Categorizer->new;
$categorizer->load('save_file');
my $result = $categorizer->categorize($text);
print Dumper $result->score;
DESCRIPTION
Lingua::JA::Categorize::Categorizer is a brain of this module.
It is just a warpper of Algorithm::NaiveBayes.
METHODS
new
categorize
save
load
brain
AUTHOR
takeshi miki <miki@cpan.org>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.