edu.stanford.nlp.trees
Interface DependencyTyper<T>


public interface DependencyTyper<T>

A generified interface for making some kind of dependency object between a head and dependent.


Method Summary
 T makeDependency(Tree head, Tree dep, Tree root)
          Make a dependency given the Tree that is the head and the dependent, both of which are contained within root.
 

Method Detail

makeDependency

T makeDependency(Tree head,
                 Tree dep,
                 Tree root)
Make a dependency given the Tree that is the head and the dependent, both of which are contained within root.



Stanford NLP Group