The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

Unidexer - ...

VERSION

Version 0.01

SYNOPSIS

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