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


(Back to Top)


NAME

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

(Back to Top)


SYNOPSIS

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

(Back to Top)


DESCRIPTION

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

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

(Back to Top)


AUTHOR

Bryan Jurish <jurish@bbaw.de>

(Back to Top)


COPYRIGHT AND LICENSE

Copyright (C) 2010 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::Morph::Latin::DB - auxilliary latin word recognizer via external full-form DB