NAME

DTA::CAB::Analyzer::EqPhoX - phonetic equivalence class expansion: intensional, via gfsmxl cascade

SYNOPSIS

 ##========================================================================
 ## PRELIMINARIES
 
 use DTA::CAB::Analyzer::EqPhoX;
 

DESCRIPTION

This module is just a wrapper for DTA::CAB::Analyzer::EqPho::Cascade which sets the following analyzer defaults:

 label => 'eqphox',
 analyzeGet => '$_->{lts} ? (map {$_->{hi}} @{$_->{lts}}) : qw()',
 attInput   => 1,
 allowTextRegex => DTA::CAB::Analyzer::_am_wordlike_regex(),
 tolower=>0,
 tolowerNI=>0,
 toupperI=>0,
 ##
 ##-- analysis parameters
 max_weight => [1.2,10],
 max_paths  => 8,
 max_ops    => -1,
 

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.

SEE ALSO

dta-cab-analyze.perl(1), DTA::CAB::Analyzer::EqPho::Cascade(3pm), DTA::CAB::Analyzer(3pm), DTA::CAB::Chain(3pm), DTA::CAB(3pm), perl(1), ...