NAME
DTA::CAB::Analyzer::Morph::Extra::CDB - auxilliary full-form pseudo-morphology via CDB
SYNOPSIS
$mextra
= DTA::CAB::Analyzer::Morph::Extra::CDB->new(
%args
);
DESCRIPTION
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
=> ...
AUTHOR
Bryan Jurish <moocow@cpan.org>
COPYRIGHT AND LICENSE
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.