NAME
CWB::CQP::More::Parallel - CWP::CQP::More tweaked for parallel corpora
SYNOPSIS
use CWB::CQP::More::Parallel;
my $cwb = CWB::CQP::More::Parallel->new( { utf8 => 1} );
DESCRIPTION
CWB::CQP::More prepared for parallel corpora.
change_corpus
Change current active parallel corpus. Pass the corpus name as the first argument, and the target corpus as second argument. If this one is ommited, the target language will be automatically selected (can misbehave for multilanguage corpora).
cat
This method uses the cat
method to return a result set. The first mandatory argument is the name of the result set.
NOT YET SUPPORTED: Second and Third arguments are optional, and correspond to the interval of matches to return.
Returns empty list on any error. On success returns list of pairs.
SEE ALSO
CWB::CQP::More
COPYRIGHT AND LICENSE
Copyright (C) 2014 by Alberto Manuel Brandão Simões
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.