edu.stanford.nlp.trees
Class EnglishGrammaticalStructure.FromDependenciesFactory

java.lang.Object
  extended by edu.stanford.nlp.trees.EnglishGrammaticalStructure.FromDependenciesFactory
All Implemented Interfaces:
GrammaticalStructureFromDependenciesFactory
Enclosing class:
EnglishGrammaticalStructure

public static class EnglishGrammaticalStructure.FromDependenciesFactory
extends Object
implements GrammaticalStructureFromDependenciesFactory


Constructor Summary
EnglishGrammaticalStructure.FromDependenciesFactory()
           
 
Method Summary
 EnglishGrammaticalStructure build(List<TypedDependency> tdeps, TreeGraphNode root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnglishGrammaticalStructure.FromDependenciesFactory

public EnglishGrammaticalStructure.FromDependenciesFactory()
Method Detail

build

public EnglishGrammaticalStructure build(List<TypedDependency> tdeps,
                                         TreeGraphNode root)
Specified by:
build in interface GrammaticalStructureFromDependenciesFactory


Stanford NLP Group