DTA::CAB::Analyzer::EqPho::Cascade - phonetic equivalence expander via Gfsm::XL cascade
##========================================================================
## PRELIMINARIES
use DTA::CAB::Analyzer::EqPho::Cascade;
DTA::CAB::Analyzer::EqPho::Cascade is a phonetic equivalence expander conforming to the DTA::CAB::Analyzer API which uses a Gfsm::XL cascade to perform the actual expansion. It inherits from DTA::CAB::Analyzer::Automaton::Gfsm::XL and sets the following default parameters:
analyzeDst => 'eqpho',
wantAnalysisLo => 0,
tolower => 1,
##
##-- analysis parameters
max_weight => 1e38,
max_paths => 32,
max_ops => -1,
Bryan Jurish <moocow@cpan.org>
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.
dta-cab-analyze.perl(1), DTA::CAB::Analyzer(3pm), DTA::CAB::Chain(3pm), DTA::CAB(3pm), perl(1), ...