Alt-CWB-ambs
view release on metacpan or search on metacpan
lib/CWB/CEQL.pm view on Meta::CPAN
2324252627282930313233343536373839404142
@error_msg
=
$CEQL
->ErrorMessage;
$html_msg
=
$CEQL
->HtmlErrorMessage;
}
## extend or modify standard CEQL grammar by subclassing
sub
lemma {
## overwrite 'lemma' rule here (e.g. to allow for BNCweb's ``{bucket/N}'' notation)
my
$orig_result
=
$self
->SUPER::lemma(
$string
);
# call original rule if needed
}
## you can now use BNCWEB::CEQL in the same way as CWB::CEQL
=head1
=head1 DESCRIPTION
B<** TODO **>
( run in 1.139 second using v1.01-cache-2.11-cpan-94b05bcf43c )