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()
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