DTA::CAB::Analyzer::Dict::EqRW - dictionary-based rewrite-form expander


NAME

DTA::CAB::Analyzer::Dict::EqRW - dictionary-based rewrite-form expander

(Back to Top)


SYNOPSIS

 use DTA::CAB::Analyzer::Dict::EqRW;
 
 ##========================================================================
 ## Constructors etc.
 
 $eqrw = DTA::CAB::Analyzer::Dict::EqRW->new(%args);

(Back to Top)


DESCRIPTION

WORK IN PROGRESS

Dictionary-based phonetic equivalence-class expander.

Globals

Variable: @ISA

DTA::CAB::Analyzer::Dict::EqRW inherits from the DTA::CAB::Analyzer::Dict::EqClass manpage.

Constructors etc.

new
 $eqc = CLASS_OR_OBJ->new(%args);

Constructor. Sets the following default options:

 analysisKey => 'eqrw',
 inputKey    => 'rw',
 allowRegex  => '(?:^[[:alpha:]\-]*[[:alpha:]]+$)|(?:^[[:alpha:]]+[[:alpha:]\-]+$)',

(Back to Top)


AUTHOR

Bryan Jurish <jurish@bbaw.de>

(Back to Top)


COPYRIGHT AND LICENSE

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.

(Back to Top)

 DTA::CAB::Analyzer::Dict::EqRW - dictionary-based rewrite-form expander