DTA::CAB::Analyzer::Unicruft - latin-1 approximator using libunicruft
use DTA::CAB::Analyzer::Unicruft;
$xl = DTA::CAB::Analyzer::Unicruft->new(%args);
$bool = $xl->ensureLoaded();
This module replaces the (now obsolete) DTA::CAB::Analyzer::Transliterator module.
DTA::CAB::Analyzer::Unicruft 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.