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:
RT: CPAN's request tracker (report bugs here)
CPAN Ratings
Search CPAN
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