edu.stanford.nlp.trees
Class TreeJugglers.StringLabelTreeToCategoryWordTagTreeAppliable

java.lang.Object
  |
  +--edu.stanford.nlp.trees.TreeJugglers.StringLabelTreeToCategoryWordTagTreeAppliable
All Implemented Interfaces:
Appliable
Enclosing class:
TreeJugglers

public static class TreeJugglers.StringLabelTreeToCategoryWordTagTreeAppliable
extends Object
implements Appliable


Field Summary
protected  TreeFactory tf
           
 
Constructor Summary
TreeJugglers.StringLabelTreeToCategoryWordTagTreeAppliable()
           
 
Method Summary
 Object apply(Object o)
          Converts an Object to a different Object.
 Tree helper(Tree t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tf

protected TreeFactory tf
Constructor Detail

TreeJugglers.StringLabelTreeToCategoryWordTagTreeAppliable

public TreeJugglers.StringLabelTreeToCategoryWordTagTreeAppliable()
Method Detail

helper

public Tree helper(Tree t)

apply

public Object apply(Object o)
Description copied from interface: Appliable
Converts an Object to a different Object. For example, a Parser will convert a Sentence to a Tree. A Tagger will convert a Sentence to a TaggedSentence.

Specified by:
apply in interface Appliable


Stanford NLP Group