Deprecated.
The maintainer of this module has indicated that the module is deprecated and no longer suitable for use.
NAME
PMLTQ::NG2PMLTQ - [DEPRECATED] Conversion functions from NetGraph to PML-TQ
VERSION
version 0.8.0
SYNOPSIS
use PMLTQ::NG2PMLTQ qw(ng2pmtq);
my $pmltq_query_string = ng2pmltq( $netgraph_query_string, { options });
DESCRIPTION
This module provides the function ng2pmltq
which takes a NetGraph query and attempts to translate it to an equivalent PMLTQ query.
EXPORT
None by default. Optionally exports the function ng2pmltq
.
EXPORT TAGS
The tag :all
exports the function ng2pmltq
.
AUTHORS
Petr Pajas <pajas@ufal.mff.cuni.cz>
Jan Štěpánek <stepanek@ufal.mff.cuni.cz>
Michal Sedlák <sedlak@ufal.mff.cuni.cz>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Institute of Formal and Applied Linguistics (http://ufal.mff.cuni.cz).
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.