The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Treex::Core::Node::P

VERSION

version 0.08051

DESCRIPTION

Representation of nodes of phrase structure (constituency) trees.

copy_ptree()

Recursively copy children from myself to another node. This method is specific to the P layer because it contains the list of attributes. If we could figure out the list automatically, the method would become general enough to reside directly in Node.pm.

AUTHOR

Martin Popel <popel@ufal.mff.cuni.cz> Zdeněk Žabokrtský <zabokrtsky@ufal.mff.cuni.cz> Daniel Zeman <zeman@ufal.mff.cuni.cz>

COPYRIGHT AND LICENSE

Copyright © 2011 by Institute of Formal and Applied Linguistics, Charles University in Prague

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.