edu.stanford.nlp.trees
Class TreeJugglers

java.lang.Object
  |
  +--edu.stanford.nlp.trees.TreeJugglers

public class TreeJugglers
extends Object


Constructor Summary
TreeJugglers()
           
 
Method Summary
static Appliable getStringLabelTreeToCategoryWordTagTreeAppliable()
          Return an Appliable that maps from StringLabel labeled trees to LabeledScoredTrees with a CategoryWordTag label.
static void main(String[] args)
          This just test the functionality of the included Jugglers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeJugglers

public TreeJugglers()
Method Detail

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