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>
COPYRIGHT AND LICENSE
Copyright (C) 2011-2013 by Projecto Natura