The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DTA::CAB::Analyzer::Unicruft - latin-1 approximator using libunicruft

SYNOPSIS

 use DTA::CAB::Analyzer::Unicruft;
 
 $xl = DTA::CAB::Analyzer::Unicruft->new(%args);
  
 $bool = $xl->ensureLoaded();

DESCRIPTION

This module replaces the (now obsolete) DTA::CAB::Analyzer::Transliterator module.

Globals

@ISA

DTA::CAB::Analyzer::Unicruft 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.