Ok after playing around with the parser tree class i found out how to look
through the entire tree structure with the getChildren method on the p parse
object i created.  However, when i want to look at the types of each node it
only returns TK which im asumming is token?  So then i used the get children
method on the array of parses to try and iterate through the POS tags and
the tokens.  However when i call get children it states their is only 1
child and keeps one full sentence of all the trees content.  Is there a way
that i can break up the Tagged tree structure into individual words and not
just one full sentence of all the tree's content?

Thanks,
John

Reply via email to