NAME

DTA::CAB::Analyzer::Morph::Latin::Dict - auxilliary latin word recognizer via external full-form dictionary

SYNOPSIS

 use DTA::CAB::Analyzer::Morph::Latin::Dict;
 
 $latin = DTA::CAB::Analyzer::Morph::Latin::Dict->new(%args);
 

DESCRIPTION

DTA::CAB::Analyzer::Morph::Latin::Dict (formerly known as DTA::CAB::Analyzer::Dict::Latin) is a just a simplified wrapper for DTA::CAB::Analyzer::Dict which sets the following default options:

 label      => 'mlatin',
 analyzeGet => "lc($DICT_GET_TEXT)",
 analyzeSet => $DICT_SET_FST,

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.