DTA::CAB::Analyzer::Morph::Extra::BDB - auxilliary full-form pseudo-morphology via Berkeley DB
use DTA::CAB::Analyzer::Morph::Extra::BDB;
$mextra = DTA::CAB::Analyzer::Morph::Extra::BDB->new(%args);
DTA::CAB::Analyzer::Morph::Extra::BDB is a just a simplified wrapper for DTA::CAB::Analyzer::Dict::BDB which sets the following 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.