DTA::CAB::Analyzer::EqLemma::BDB - DB dictionary-based lemma-equivalence expander
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);
DB dictionary-based lemma equivalence-class expander.
DTA::CAB::Analyzer::EqLemma::BDB inherits from DTA::CAB::Analyzer::Dict::BDB.
(undocumented)
(undocumented)
(undocumented)
(undocumented)
(undocumented)
$eqc = CLASS_OR_OBJ->new(%args);
Constructor. Sets some default options.
$bool = $anl->doAnalyze(\%opts, $name);
(undocumented)
$doc = $anl->analyzeTypes($doc,\%types,\%opts);
Perform type-wise analysis of all (text) types in $doc->{types}; Override does nothing.
$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).
Bryan Jurish <moocow@cpan.org>
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.
Hey! The above document had some coding errors, which are explained below:
You forgot a '=back' before '=head1'