NAME
DTA::CAB::Analyzer::EqPho::JsonCDB - Json-valued CDB dictionary-based phonetic equivalence expander
SYNOPSIS
use DTA::CAB::Analyzer::EqPho::JsonCDB;
##========================================================================
## Constructors etc.
$eqp = DTA::CAB::Analyzer::EqPho::JsonCDB->new(%args);
DESCRIPTION
Json-valued CDB dictionary-based phonetic equivalence-class expander. Composite analyzers should also include an 'lts' phonetic analyzer.
Globals
- Variable: @ISA
-
DTA::CAB::Analyzer::EqPho::JsonCDB inherits from DTA::CAB::Analyzer::Dict::JsonCDB.
Constructors etc.
- new
-
$eqc = CLASS_OR_OBJ->new(%args);
Constructor. Sets the following default options:
label => 'eqpho', eqIdWeight => 0, #allowRegex => '(?:^[[:alpha:]\-\x{ac}]*[[:alpha:]]+$)|(?:^[[:alpha:]]+[[:alpha:]\-\x{ac}]+$)', allowRegex => '(?:[[:alpha:]])', analyzeCode => ... ##-- see the source
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.