The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DTA::CAB::Analyzer::Morph::Latin::CDB - auxilliary latin word recognizer via external full-form DB

SYNOPSIS

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

DESCRIPTION

DTA::CAB::Analyzer::Morph::Latin::CDB is a just a simplified wrapper for DTA::CAB::Analyzer::Dict::CDB which sets the following default options:

 label      => 'mlatin',
 analyzeCode => '$_->{$lab}=['._am_tt_fst_list('$dhash->{'._am_xlit.'}').'] if (!defined($_->{$lab}));',

AUTHOR

Bryan Jurish <moocow@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011-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.