NAME
DTA::CAB::Analyzer::Unidecode - latin-1 approximator using Text::Unidecode (old)
SYNOPSIS
use DTA::CAB::Analyzer::Unidecode;
$xl = DTA::CAB::Analyzer::Unidecode->new(%args);
 
$bool = $xl->ensureLoaded();
DESCRIPTION
UNMAINTAINED
Globals
- @ISA
 - 
DTA::CAB::Analyzer::Unidecode inherits from DTA::CAB::Analyzer.
 
Constructors etc.
- new
 - 
$xl = CLASS_OR_OBJ->new(%args);%args, %$xl:
analysisKey => $key, ##-- token analysis key (default='xlit') 
Methods: I/O
- ensureLoaded
 - 
$bool = $aut->ensureLoaded();Override: ensures analysis data is loaded
 
AUTHOR
Bryan Jurish <moocow@cpan.org>
COPYRIGHT AND LICENSE
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.