DTA::CAB::Analyzer::Unidecode - latin-1 approximator using Text::Unidecode (old)
use DTA::CAB::Analyzer::Unidecode;
$xl = DTA::CAB::Analyzer::Unidecode->new(%args);
$bool = $xl->ensureLoaded();
UNMAINTAINED
DTA::CAB::Analyzer::Unidecode inherits from DTA::CAB::Analyzer.
$xl = CLASS_OR_OBJ->new(%args);
%args, %$xl:
analysisKey => $key, ##-- token analysis key (default='xlit')
$bool = $aut->ensureLoaded();
Override: ensures analysis data is loaded
Bryan Jurish <moocow@cpan.org>
Copyright (C) 2009-2019 by Bryan Jurish
This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.24.1 or, at your option, any later version of Perl 5 you may have available.