public class TypedDependencyAnalyzer extends java.lang.Object implements ITypedDependenciesAnalyzer
GrammaticalStructure| Constructor and Description |
|---|
TypedDependencyAnalyzer()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<edu.stanford.nlp.trees.TypedDependency> |
typedDependencies(edu.stanford.nlp.trees.GrammaticalStructure structure,
TypedDependencyMode mode)
Analyze document sentence for typed dependencies
|
public java.util.Collection<edu.stanford.nlp.trees.TypedDependency> typedDependencies(edu.stanford.nlp.trees.GrammaticalStructure structure,
TypedDependencyMode mode)
ITypedDependenciesAnalyzertypedDependencies in interface ITypedDependenciesAnalyzerstructure - grammatical structuremode - typed dependency mode