static class AParseTreeFactory.ATree extends TreeWalker.ITree<edu.stanford.nlp.trees.Tree>
node
Constructor and Description |
---|
ATree(edu.stanford.nlp.trees.Tree tree)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<TreeWalker.ITree<edu.stanford.nlp.trees.Tree>> |
children() |
public ATree(edu.stanford.nlp.trees.Tree tree)
tree
- Stanford parse treepublic java.util.Collection<TreeWalker.ITree<edu.stanford.nlp.trees.Tree>> children()
children
in class TreeWalker.ITree<edu.stanford.nlp.trees.Tree>