edu.stanford.nlp.trees
Interface GrammaticalStructureFromDependenciesFactory

All Known Implementing Classes:
EnglishGrammaticalStructure.FromDependenciesFactory

public interface GrammaticalStructureFromDependenciesFactory

An interface for a factory that builds a GrammaticalStructure from a list of TypedDependencies and a TreeGraphNode. This is useful when building a GrammaticalStructure from a connl data file, for example.

Author:
John Bauer

Method Summary
 GrammaticalStructure build(List<TypedDependency> projectiveDependencies, TreeGraphNode root)
           
 

Method Detail

build

GrammaticalStructure build(List<TypedDependency> projectiveDependencies,
                           TreeGraphNode root)


Stanford NLP Group