public interface IGrammaticalStructureAnalyzer
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGrammaticalRelationModel()
Get grammatical relation model
|
edu.stanford.nlp.trees.GrammaticalStructure |
grammaticalStructure(edu.stanford.nlp.trees.Tree parseTree)
Analyze tree
|
edu.stanford.nlp.trees.GrammaticalStructure grammaticalStructure(edu.stanford.nlp.trees.Tree parseTree)
parseTree - parse tree to analyzejava.lang.String getGrammaticalRelationModel()