edu.stanford.nlp.trees
Class TreeJugglers

java.lang.Object
  extended byedu.stanford.nlp.trees.TreeJugglers

public class TreeJugglers
extends Object


Constructor Summary
TreeJugglers()
           
 
Method Summary
static Function getLabelTreeToStringLabelTreeAppliable()
          Return an Function that maps from Label-labeled trees (any implementing class) to LabeledScored trees with a StringLabel label.
static Function getStringLabelTreeToCategoryWordTagTreeAppliable()
          Return an Function 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

getLabelTreeToStringLabelTreeAppliable

public static Function getLabelTreeToStringLabelTreeAppliable()
Return an Function that maps from Label-labeled trees (any implementing class) to LabeledScored trees with a StringLabel label.

Returns:
The Function object

getStringLabelTreeToCategoryWordTagTreeAppliable

public static Function getStringLabelTreeToCategoryWordTagTreeAppliable()
Return an Function that maps from StringLabel labeled trees to LabeledScoredTrees with a CategoryWordTag label.

Returns:
The Function object

main

public static void main(String[] args)
This just test the functionality of the included Jugglers.



Stanford NLP Group