edu.stanford.nlp.trees
Class TreeNormalizers
java.lang.Object
edu.stanford.nlp.trees.TreeNormalizers
- public class TreeNormalizers
- extends Object
A collection of static methods that return a TreeNormalizer.
- Author:
- Dan Klein
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
internOnly
public static TreeNormalizer internOnly()
parentTransformedBobChris
public static TreeNormalizer parentTransformedBobChris()
prepTransformedBobChris
public static TreeNormalizer prepTransformedBobChris()
prpTransformedBobChris
public static TreeNormalizer prpTransformedBobChris()
ctrlSubjTransformedBobChris
public static TreeNormalizer ctrlSubjTransformedBobChris()
verbAuxTransformedBobChris
public static TreeNormalizer verbAuxTransformedBobChris()
kitchenSinkTransformedBobChris
public static TreeNormalizer kitchenSinkTransformedBobChris()
Stanford NLP Group