DTA::CAB::Analyzer::Dict::EqPho - dictionary-based phonetic form expander |
DTA::CAB::Analyzer::Dict::EqPho - dictionary-based phonetic form expander
use DTA::CAB::Analyzer::Dict::EqPho; ##======================================================================== ## Constructors etc. $eqp = DTA::CAB::Analyzer::Dict::EqPho->new(%args);
WORK IN PROGRESS
Dictionary-based phonetic equivalence-class expander.
DTA::CAB::Analyzer::Dict::EqPho inherits from the DTA::CAB::Analyzer::Dict::EqClass manpage.
$eqc = CLASS_OR_OBJ->new(%args);
Constructor. Sets the following default options:
analysisKey => 'eqpho', inputKey => 'lts', allowRegex => '(?:^[[:alpha:]\-]*[[:alpha:]]+$)|(?:^[[:alpha:]]+[[:alpha:]\-]+$)',
Bryan Jurish <jurish@bbaw.de>
Copyright (C) 2009 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::Dict::EqPho - dictionary-based phonetic form expander |