edu.stanford.nlp.trees
Class EnglishGrammaticalStructure.FromDependenciesFactory
java.lang.Object
edu.stanford.nlp.trees.EnglishGrammaticalStructure.FromDependenciesFactory
- All Implemented Interfaces:
- GrammaticalStructureFromDependenciesFactory
- Enclosing class:
- EnglishGrammaticalStructure
public static class EnglishGrammaticalStructure.FromDependenciesFactory
- extends Object
- implements GrammaticalStructureFromDependenciesFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnglishGrammaticalStructure.FromDependenciesFactory
public EnglishGrammaticalStructure.FromDependenciesFactory()
build
public EnglishGrammaticalStructure build(List<TypedDependency> tdeps,
TreeGraphNode root)
- Specified by:
build
in interface GrammaticalStructureFromDependenciesFactory
Stanford NLP Group