NAME
DTA::CAB::Chain::Tweet - tweet-munging multi-chain
SYNOPSIS
use DTA::CAB::Chain::Tweet;
##========================================================================
## Methods
$obj = CLASS_OR_OBJ->new(%args);
$ach = $ach->setupChains();
@analyses = CLASS::dmootTagsGet($tok);
DESCRIPTION
DTA::CAB::Chain::Tweet is a DTA::CAB::Chain::Multi subclass for munging tweets, to be used in conjunction with a slew of specialized analyzer data files.
Methods
- new
-
$obj = CLASS_OR_OBJ->new(%args);
object structure: HASH
- setupChains
-
$ach = $ach->setupChains();
Setup default named sub-chains in $ach->{chains}. override.
- dmootTagsGet
-
@analyses = CLASS::dmootTagsGet($tok);
For 'dmoot' analyzer (DTA::CAB::Analyzer::Moot::DynLex) 'analyzeTagsGet' pseudo-accessor. Utility for disambiguation using @$tok{qw(text xlit eqpho rw)} fields by default. Returns only $tok->{xlit} field if "$tok->{toktyp}" is true.
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.
SEE ALSO
dta-cab-analyze.perl(1), DTA::CAB::Chain::Multi(3pm), DTA::CAB::Chain(3pm), DTA::CAB::Analyzer(3pm), DTA::CAB(3pm), perl(1), ...