DTA::CAB::Analyzer::Transliterator - latin-1 approximator


NAME

DTA::CAB::Analyzer::Transliterator - latin-1 approximator (old, pure-perl implementation)

(Back to Top)


SYNOPSIS

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

(Back to Top)


DESCRIPTION

Globals

@ISA

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

(Back to Top)


AUTHOR

Bryan Jurish <jurish@bbaw.de>

(Back to Top)


COPYRIGHT AND LICENSE

Copyright (C) 2009 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.8.4 or, at your option, any later version of Perl 5 you may have available.

(Back to Top)

 DTA::CAB::Analyzer::Transliterator - latin-1 approximator