NAME
Lingua::JA::Categorize::Result - Result of L::J::C working
SYNOPSIS
use Lingua::JA::Categorize::Result;
my $result = Lingua::JA::Categorize::Result->new(word_set => $word_set, score => $score);
print Dumper $result->score;
print Dumper $result->word_set;
DESCRIPTION
Lingua::JA::Categorize::Result is a result storage of L::J::C working
METHODS
new
score
word_set
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.