edu.stanford.nlp.trees
Class TreeJugglers
java.lang.Object
|
+--edu.stanford.nlp.trees.TreeJugglers
- public class TreeJugglers
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeJugglers
public TreeJugglers()
getStringLabelTreeToCategoryWordTagTreeAppliable
public static Appliable getStringLabelTreeToCategoryWordTagTreeAppliable()
- Return an Appliable that maps from StringLabel labeled trees to
LabeledScoredTrees with a CategoryWordTag label.
- Returns:
- The Appliable object
main
public static void main(String[] args)
- This just test the functionality of the included Jugglers.
Stanford NLP Group