public class BasicCategoryTreeTransformer extends RecursiveTreeTransformer implements java.util.function.Function<Tree,Tree>
TreebankLanguagePack| Constructor and Description |
|---|
BasicCategoryTreeTransformer(TreebankLanguagePack tlp) |
| Modifier and Type | Method and Description |
|---|---|
Tree |
apply(Tree tree) |
Label |
transformNonterminalLabel(Tree tree) |
transformHelper, transformLabel, transformNonterminal, transformTerminal, transformTerminalLabel, transformTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic BasicCategoryTreeTransformer(TreebankLanguagePack tlp)
public Label transformNonterminalLabel(Tree tree)
transformNonterminalLabel in class RecursiveTreeTransformerpublic Tree apply(Tree tree)
apply in interface java.util.function.Function<Tree,Tree>