DTA::CAB::Analyzer::EqPho::DB - DB dictionary-based phonetic equivalence expander |
DTA::CAB::Analyzer::EqPho::DB - DB dictionary-based phonetic equivalence expander
use DTA::CAB::Analyzer::EqPho::DB; ##======================================================================== ## Constructors etc. $eqp = DTA::CAB::Analyzer::EqPho::DB->new(%args);
Dictionary-DB-based phonetic equivalence-class expander. Composite analyzers should also include an 'lts' phonetic analyzer.
DTA::CAB::Analyzer::EqPho::DB inherits from the DTA::CAB::Analyzer::Dict::DB manpage.
$eqc = CLASS_OR_OBJ->new(%args);
Constructor. Sets the following default options:
label => 'eqpho', analyzeGet => '$_[0]{lts}[0]{hi}', analyzeSet => $DICT_SET_FST_EQ, eqIdWeight => 0, allowRegex => '(?:^[[:alpha:]\-]*[[:alpha:]]+$)|(?:^[[:alpha:]]+[[:alpha:]\-]+$)',
Bryan Jurish <jurish@bbaw.de>
Copyright (C) 2010 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.8.4 or, at your option, any later version of Perl 5 you may have available.
DTA::CAB::Analyzer::EqPho::DB - DB dictionary-based phonetic equivalence expander |