
Text::Migemo - Migemo library module for Perl

use Text::Migemo;
my $migemo = Text::Migemo->new;
$migemo->load(MIGEMO_DICTID_MIGEMO, $dict);
# or my $migemo = Text::Migemo->new($dict);
my $result = $migemo->query($query);

This module is an interface for C/Migemo library. It is available at: http://www.kaoriya.net/#CMIGEMO

Returns new Migemo object.
This is an alias to new.
Load dictionary.
Convert to regex.
Returns Migemo object is enable or disable.
Set operator.
Get operator.

Jiro Nishiguchi <jiro@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
