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

NAME

Unidexer - ...

VERSION

Version 0.01

SYNOPSIS

        use Unidexer;

        my $indexed = Unidexer->new(
                26, # limit to only use alpha chars which is much faster than supporting all unicode 
                [
                        'greece',
                        'thailand',
                        'vietnam',
                        ...
                ]
        );

        $indexed->search('thailand'); # thailand

        ...

        my $indexed = Unidexer->new(
                'รัก',
                'เกลียด',
                { index => 'โลก', description => 'โลกพร้อมกับประเทศ ประชาชน และลักษณะทางธรรมชาติทั้งหมด' }
        );

        $indexed->search('โลก'); # { index => 'โลก', description => 'โลกพร้อมกับประเทศ ประชาชน และลักษณะทางธรรมชาติทั้งหมด' }

I had this idea after a question on fb, it probably has a name but i'm not a computer scientist :).

AUTHOR

LNATION, <email at lnation.org>

BUGS

Please report any bugs or feature requests to bug-unidexer at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Unidexer. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Unidexer

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

This software is Copyright (c) 2022 by LNATION.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)

1 POD Error

The following errors were encountered while parsing the POD:

Around line 79:

Non-ASCII character seen before =encoding in ''รัก','. Assuming UTF-8