|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.trees.TreeLeafLabelTransformer
public class TreeLeafLabelTransformer
Applies a Function to the labels in a tree.
| Constructor Summary | |
|---|---|
TreeLeafLabelTransformer(Function<java.lang.String,java.lang.String> transform)
|
|
| Method Summary | |
|---|---|
Tree |
transformTree(Tree tree)
Does whatever one needs to do to a particular tree. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TreeLeafLabelTransformer(Function<java.lang.String,java.lang.String> transform)
| Method Detail |
|---|
public Tree transformTree(Tree tree)
TreeTransformerTree, and could itself
work recursively, but the canonical usage is to invoke this method
via the Tree.transform() method, which will apply the
transformer in a bottom-up manner to each local Tree,
and hence the implementation of TreeTransformer should
merely examine and change a local (one-level) Tree.
transformTree in interface TreeTransformertree - A tree. Classes implementing this interface can assume
that the tree passed in is not null.
Tree
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||