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)
ITypedDependenciesAnalyzer
typedDependencies
in interface ITypedDependenciesAnalyzer
structure
- grammatical structuremode
- typed dependency mode