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

NAME

Lingua::FreeLing3::ParseTree - Interface to FreeLing3 ParseTree object

SYNOPSIS

   use Lingua::FreeLing3::ParseTree;

   $ptree = $sentence->parse_tree;

   $node_info = $ptree->info;

DESCRIPTION

ACCESSORS

word

Returns the word in that parse tree node, if any.

num_children

Returns the number of childs for this tree node.

METHODS

nth_child

Returns the nth child.

dump

Dumps the tree in a textual format, useful for debug purposes.

SEE ALSO

Lingua::FreeLing3(3) for the documentation table of contents. The freeling library for extra information, or perl(1) itself.

AUTHOR

Alberto Manuel Brandão Simões, <ambs@cpan.org>

Jorge Cunha Mendes <jorgecunhamendes@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2011-2012 by Projecto Natura