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


NAME

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

(Back to Top)


SYNOPSIS

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

(Back to Top)


DESCRIPTION

DB dictionary-based lemma equivalence-class expander.

Globals

Variable: @ISA

DTA::CAB::Analyzer::EqLemma::DB inherits from the DTA::CAB::Analyzer::Dict::DB manpage.

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).

(Back to Top)


AUTHOR

Bryan Jurish <jurish@bbaw.de>

(Back to Top)


COPYRIGHT AND LICENSE

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.

(Back to Top)

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