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

Lingua::JA::Expand - word expander by associatives

SYNOPSIS

  use Lingua::JA::Expand;
  use Data::Dumper;

  my $exp = Lingua::JA::Expand->new(\%conf);

  # expand the word by associatives 
  my $word_set = $exp->expand("自動車");
  print Dumper $word_set;

  # you can tokenize a document by extract featured words. 
  my $word_set = $exp->tokenize($text);
  print Dumper $word_set;

DESCRIPTION

Lingua::JA::Expand is word expander by associatives

METHODS

expand()

tokenize()

tokenizer()

datasource()

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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 78:

Non-ASCII character seen before =encoding in '$exp->expand("自動車");'. Assuming CP1252