DTA::CAB::Analyzer::EqLemma::DB - DB dictionary-based lemma-equivalence expander |
DTA::CAB::Analyzer::EqLemma::DB - DB dictionary-based lemma-equivalence expander
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);
DB dictionary-based lemma equivalence-class expander.
DTA::CAB::Analyzer::EqLemma::DB inherits from the DTA::CAB::Analyzer::Dict::DB manpage.
(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 <jurish@bbaw.de>
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.
DTA::CAB::Analyzer::EqLemma::DB - DB dictionary-based lemma-equivalence expander |