| Package | Description |
|---|---|
| grammarscope.artifacts | |
| grammarscope.data | |
| grammarscope.glue |
| Modifier and Type | Method and Description |
|---|---|
private static RelationDependent |
RelationDependentsFactory.makeRelationDependent(BasicRelation relation,
AGrammaticalStructure dependent)
Relation dependent
|
| Constructor and Description |
|---|
Decorator(RelationDependent relationDependent)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
private static RelationDependent |
RelationDependentsFactory.makeRelationDependent(BasicRelation relation,
edu.stanford.nlp.ling.IndexedWord dependent)
Make relation dependent
|
private static RelationDependent |
RelationDependentsDirectFactory.makeRelationDependent(edu.stanford.nlp.trees.GrammaticalRelation relation,
edu.stanford.nlp.trees.Tree tree,
edu.stanford.nlp.trees.Tree head)
Make relation dependent
|
| Modifier and Type | Method and Description |
|---|---|
private java.util.List<RelationDependent> |
RelationDependentsDirectFactory.getRelationDependents(edu.stanford.nlp.trees.GrammaticalRelation relation,
edu.stanford.nlp.trees.TreeGraphNode tree,
edu.stanford.nlp.trees.TreeGraphNode rootTree)
Analyze tree for a given grammatical relation
|
| Modifier and Type | Method and Description |
|---|---|
private void |
RelationDependentsDirectFactory.getRelationDependents(edu.stanford.nlp.trees.GrammaticalRelation grammaticalRelation,
edu.stanford.nlp.trees.TreeGraphNode tree,
edu.stanford.nlp.trees.TreeGraphNode rootTree,
java.util.List<RelationDependent> list)
Analyze sentence (recursive)
|