Java edu.stanford.nlp.trees GrammaticalStructure fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.trees GrammaticalStructure fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.trees GrammaticalStructure.

The text is from its open source code.

Field

Method

TreeGraphNodegetNodeByIndex(int index)
Return the node in the this treegraph corresponding to the specified integer index.
CollectiongetRoots(Collection list)
Return a list of TypedDependencies which are not dependent on any node from the list.
ListtypedDependenciesCCprocessed()
Get a list of the typed dependencies, including extras like control dependencies, collapsing them and distributing relations across coordination.
ListtypedDependenciesCCprocessed(Extras includeExtras)
Get the typed dependencies after collapsing them and processing eventual CC complements.
ListtypedDependenciesCCprocessed(boolean includeExtras)
CollectiontypedDependenciesCollapsed()
Get the typed dependencies after collapsing them.
ListtypedDependenciesCollapsed(Extras includeExtras)
Get the typed dependencies after collapsing them.
ListtypedDependenciesCollapsed(boolean includeExtras)
CollectiontypedDependenciesCollapsedTree()
Get the typed dependencies after mostly collapsing them, but keep a tree structure.