DTA::CAB::Analyzer::Morph::Extra::CDB - auxilliary full-form pseudo-morphology via CDB
use DTA::CAB::Analyzer::Morph::Extra::CDB;
$mextra = DTA::CAB::Analyzer::Morph::Extra::CDB->new(%args);
DTA::CAB::Analyzer::Morph::Extra::CDB is a just a simplified wrapper for DTA::CAB::Analyzer::Dict::CDB which sets the following default options:
label => 'mextra', ##-- key for local analyses (append)
checkLabel => 'mextra.bdb' ##-- key for local boolean (avoid re-analysis)
morphLabel => 'morph', ##-- key for global anylses (append)
analyzeCode => ...
Bryan Jurish <moocow@cpan.org>
Copyright (C) 2017-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.