NAME
DTA::CAB::Analyzer::EqRW::CDB - CDB dictionary-based rewrite-equivalence expander
SYNOPSIS
use DTA::CAB::Analyzer::EqRW::CDB;
##========================================================================
## Constructors etc.
$eqrw = DTA::CAB::Analyzer::EqRW::CDB->new(%args);
DESCRIPTION
DB Dictionary-based rewrite equivalence-class expander.
Globals
- Variable: @ISA
-
DTA::CAB::Analyzer::EqRW::CDB inherits from DTA::CAB::Analyzer::Dict.
Constructors etc.
- new
-
$eqc = CLASS_OR_OBJ->new(%args);
Constructor. Sets the following default options:
label => 'eqrw', analyzeGet => 'map {$_->{hi}} ($_[0]{rw} ? @{$_[0]{rw}} : qw())', analyzeSet => $DICT_SET_FST_EQ, eqIdWeight => 0, allowRegex => '(?:^[[:alpha:]\-\x{ac}]*[[:alpha:]]+$)|(?:^[[:alpha:]]+[[:alpha:]\-\x{ac}]+$)',
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.