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
build
GrammaticalStructure build(List<TypedDependency> projectiveDependencies,
TreeGraphNode root)
Stanford NLP Group