The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DTA::CAB::Analyzer::EqLemma::BDB - DB dictionary-based lemma-equivalence expander

SYNOPSIS

 use DTA::CAB::Analyzer::EqLemma::BDB;
 
 ##========================================================================
 ## Constructors etc.
 
 $eqlemma = DTA::CAB::Analyzer::EqLemma::BDB->new(%args);
 
 ##========================================================================
 ## analysis overrides
 
 $bool = $anl->doAnalyze(\%opts, $name);
 $doc = $anl->analyzeTypes($doc,\%types,\%opts);
 $doc = $anl->analyzeSentences($doc,\%opts);
 

DESCRIPTION

DB dictionary-based lemma equivalence-class expander.

Globals

Variable: @ISA

DTA::CAB::Analyzer::EqLemma::BDB inherits from DTA::CAB::Analyzer::Dict::BDB.

Variable: $ANALYZE_GET_MOOT

(undocumented)

Variable: $ANALYZE_GET_MORPH

(undocumented)

Variable: $ANALYZE_GET_RW_MORPH

(undocumented)

Variable: $ANALYZE_GET_ALL

(undocumented)

Variable: $ANALYZE_GET_DEFAULT

(undocumented)

Constructors etc.

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

Constructor. Sets some default options.

Methods: Analysis

doAnalyze
 $bool = $anl->doAnalyze(\%opts, $name);

(undocumented)

analyzeTypes
 $doc = $anl->analyzeTypes($doc,\%types,\%opts);

Perform type-wise analysis of all (text) types in $doc->{types}; Override does nothing.

analyzeSentences
 $doc = $anl->analyzeSentences($doc,\%opts);

Perform sentence-wise analysis of all sentences $doc->{body}[$si]. Override expands lemma equivalence at sentence level (i.e. only after canonical disambiguation and PoS-tagging).

AUTHOR

Bryan Jurish <moocow@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2010-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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 260:

You forgot a '=back' before '=head1'