The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lingua::JA::TFIDF::Result - Result data object class.

SYNOPSIS

  use Lingua::JA::TFIDF;
  use Data::Dumper;

  my $calc   = Lingua::JA::TFIDF->new(%config);

  # calculate TFIDF and return a result object.
  my $result = $$calc->tfidf;

DESCRIPTION

Lingua::JA::TFIDF::Result is result data object class. It provides list() and dump() method.

METHODS

new(%config)

list($num);

If $num was posted, it returns $num items. (default is undef)

dump();

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.

SEE ALSO