PMLTQ 1.3.2
Kwalitee Issues
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: PMLTQ::Command, PMLTQ::Command::convert, PMLTQ::Command::delete, PMLTQ::Command::init, PMLTQ::Command::initdb, PMLTQ::Command::load, PMLTQ::Command::query, PMLTQ::Command::verify, PMLTQ::Command::version, PMLTQ::Command::webdelete, PMLTQ::Command::webload, PMLTQ::Command::webverify, PMLTQ::Commands, PMLTQ::Loader, PMLTQ::ParserError
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: PMLTQ::Command, PMLTQ::Command::convert, PMLTQ::Command::delete, PMLTQ::Command::init, PMLTQ::Command::initdb, PMLTQ::Command::load, PMLTQ::Command::query, PMLTQ::Command::verify, PMLTQ::Command::version, PMLTQ::Command::webdelete, PMLTQ::Command::webload, PMLTQ::Command::webverify, PMLTQ::Commands, PMLTQ::Loader, PMLTQ::ParserError
Modules
Name | Abstract | Version | View |
---|---|---|---|
PMLTQ | Query engine and query language for trees in PML format | v1.3.2 | metacpan |
PMLTQ::Base | Base class for PMLTQ inspired by L<Mojo::Base> and L<Mojo::Base::XS> | v1.3.2 | metacpan |
PMLTQ::BtredEvaluator | Pure perl evaluator of PML-TQ queries based on headless implementation of TrEd called Btred | v1.3.2 | metacpan |
PMLTQ::CGI | [DEPRECATED] This is html fronted for SQLEvaluator and is currently being replaced by PMLTQ::Server | v1.3.2 | metacpan |
PMLTQ::Command | Command base class | v1.3.2 | metacpan |
PMLTQ::Command::convert | Converts PML files to SQL | v1.3.2 | metacpan |
PMLTQ::Command::delete | Deletes the treebank from database | v1.3.2 | metacpan |
PMLTQ::Command::init | Initialize empty database | v1.3.2 | metacpan |
PMLTQ::Command::initdb | Initialize empty database | v1.3.2 | metacpan |
PMLTQ::Command::load | Load treebank to database | v1.3.2 | metacpan |
PMLTQ::Command::query | WIP: Executes query on treebank | v1.3.2 | metacpan |
PMLTQ::Command::verify | Check if database exists and that it contains some data | v1.3.2 | metacpan |
PMLTQ::Command::version | Print PMLTQ version | v1.3.2 | metacpan |
PMLTQ::Command::webdelete | Remove treebank from web interface | v1.3.2 | metacpan |
PMLTQ::Command::webload | Register treebank in web interface | v1.3.2 | metacpan |
PMLTQ::Command::webverify | Check if treebank is setted in web interface | v1.3.2 | metacpan |
PMLTQ::Commands | PMLTQ command line interface | v1.3.2 | metacpan |
PMLTQ::Common | Helper functions mainly for PML manipulations | v1.3.2 | metacpan |
PMLTQ::Grammar | Provides L<Parse::RecDescent> grammar for parsing PML-TQ queries | v1.3.2 | metacpan |
PMLTQ::Loader | Module loader for L<PMLTQ::Relation|PMLTQ::Relation>s inspired by L<Mojo::Loader> | v1.3.2 | metacpan |
PMLTQ::NG2PMLTQ | [DEPRECATED] Conversion functions from NetGraph to PML-TQ | v1.3.2 | metacpan |
PMLTQ::PML2BASE | Convert from PML to SQL | v1.3.2 | metacpan |
PMLTQ::ParserError | Wrapper for parsing error | v1.3.2 | metacpan |
PMLTQ::Planner | Optimalizing search trees for BtredEvaluator | v1.3.2 | metacpan |
PMLTQ::Relation | Base class for all Relations standard or user defined | v1.3.2 | metacpan |
PMLTQ::Relation::AncestorIterator | Iterates over ancestor nodes | v1.3.2 | metacpan |
PMLTQ::Relation::AncestorIteratorWithBoundedDepth | Iterates over ancestor nodes to given bound | v1.3.2 | metacpan |
PMLTQ::Relation::ChildnodeIterator | Iterates over child nodes | v1.3.2 | metacpan |
PMLTQ::Relation::CurrentFileIterator | Iterates nodes of TredMacro::CurrentFile() | v1.3.2 | metacpan |
PMLTQ::Relation::CurrentFilelistIterator | Iterates over files of given file list (calling TredMacro::NextFile()) | v1.3.2 | metacpan |
PMLTQ::Relation::CurrentFilelistTreesIterator | Iterates over trees in files of given file list (calling TredMacro::NextFile()) | v1.3.2 | metacpan |
PMLTQ::Relation::CurrentTreeIterator | Iterates over nodes of current tree | v1.3.2 | metacpan |
PMLTQ::Relation::DepthFirstFollowsIterator | Iterates tree using depth first search calling $node->previous | v1.3.2 | metacpan |
PMLTQ::Relation::DepthFirstPrecedesIterator | Iterates tree using depth first search calling $node->following | v1.3.2 | metacpan |
PMLTQ::Relation::DepthFirstRangeIterator | Iterates tree using depth first search in given boundaries | v1.3.2 | metacpan |
PMLTQ::Relation::DescendantIterator | Iterates over descendant nodes | v1.3.2 | metacpan |
PMLTQ::Relation::DescendantIteratorWithBoundedDepth | Iterates over descendant nodes in given boundaries | v1.3.2 | metacpan |
PMLTQ::Relation::FSFileIterator | Iterates nodes of given fsfile | v1.3.2 | metacpan |
PMLTQ::Relation::Iterator | Base Iterator class | v1.3.2 | metacpan |
PMLTQ::Relation::MemberIterator | Iterates over member nodes of given list | v1.3.2 | metacpan |
PMLTQ::Relation::OptionalIterator | Creates optional interator branch | v1.3.2 | metacpan |
PMLTQ::Relation::OrderIterator | Interates nodes based on their order | v1.3.2 | metacpan |
PMLTQ::Relation::PDT | PDT user defined relations | v1.3.2 | metacpan |
PMLTQ::Relation::PDT::AEChildIterator | Effective child relation iterator on a-nodes for PDT like treebanks | v1.3.2 | metacpan |
PMLTQ::Relation::PDT::AEParentIterator | Effective parent relation iterator on a-nodes for PDT like treebanks | v1.3.2 | metacpan |
PMLTQ::Relation::PDT::ALexOrAuxRFIterator | a/lex.rf or a/aux.rf relation iterator for PDT like treebanks | v1.3.2 | metacpan |
PMLTQ::Relation::PDT::TEChildIterator | Effective child relation iterator on t-nodes for PDT like treebanks | v1.3.2 | metacpan |
PMLTQ::Relation::PDT::TEParentIterator | Effective parent relation iterator on t-nodes for PDT like treebanks | v1.3.2 | metacpan |
PMLTQ::Relation::PMLREFIterator | Iterates over PML reference | v1.3.2 | metacpan |
PMLTQ::Relation::ParentIterator | Evaluates condition on the parent of start node | v1.3.2 | metacpan |
PMLTQ::Relation::SameTreeIterator | Evaluates condition on nodes of current tree | v1.3.2 | metacpan |
PMLTQ::Relation::SiblingIterator | Iterates over siblings given node | v1.3.2 | metacpan |
PMLTQ::Relation::SiblingIteratorWithDistance | Iterates over siblings given node with boudaries | v1.3.2 | metacpan |
PMLTQ::Relation::SimpleListIterator | Base class for all iterators that iterates on a list of nodes | v1.3.2 | metacpan |
PMLTQ::Relation::TransitiveIterator | Iterates over nodes that are transitive | v1.3.2 | metacpan |
PMLTQ::Relation::TreeIterator | Evaluates condition on the whole tree of given node | v1.3.2 | metacpan |
PMLTQ::Relation::Treex | Treex user defined relations | v1.3.2 | metacpan |
PMLTQ::Relation::Treex::AEChildCIterator | Different implementation of effective child relation iterator on a-nodes for Treex treebanks | v1.3.2 | metacpan |
PMLTQ::Relation::Treex::AEChildIterator | Effective child relation iterator on a-nodes for Treex treebanks | v1.3.2 | metacpan |
PMLTQ::Relation::Treex::AEParentCIterator | Different implementation of effective parent relation iterator on a-nodes for Treex treebanks | v1.3.2 | metacpan |
PMLTQ::Relation::Treex::AEParentIterator | Effective parent relation iterator on a-nodes for Treex treebanks | v1.3.2 | metacpan |
PMLTQ::Relation::Treex::TEChildIterator | Effective child relation iterator on t-nodes for Treex treebanks | v1.3.2 | metacpan |
PMLTQ::Relation::Treex::TEParentIterator | Effective parent relation iterator on t-nodes for Treex treebanks | v1.3.2 | metacpan |
PMLTQ::Relation::TreexFileIterator | Same as L<PMLTQ::Relation::FileIterator> but for Treex files | v1.3.2 | metacpan |
PMLTQ::Relation::TreexFilelistIterator | Same as L<PMLTQ::Relation::FileListIterator> but for Treex files | v1.3.2 | metacpan |
PMLTQ::SQLEvaluator | SQL evaluator of PML-TQ queries which can use PostreSQL as a backend | v1.3.2 | metacpan |
PMLTQ::TypeMapper | Helper methods for PML::Schema, relations and PML::Node types | v1.3.2 | metacpan |