| Package | Description |
|---|---|
| grammarscope.artifacts | |
| grammarscope.document | |
| grammarscope.glue | |
| grammarscope.iface | |
| grammarscope.io.xml | |
| grammarscope.server |
| Modifier and Type | Method and Description |
|---|---|
ARelationDependents |
AbstractDocumentFactory.getRelationDependents(int sentenceIdx) |
ARelationDependents |
RelationDependentsFactory.make(AGrammaticalStructure grammaticalStructure)
Make relation dependents
|
| Modifier and Type | Method and Description |
|---|---|
private void |
RelationDependentsFactory.build(AGrammaticalStructure grammaticalStructure,
ARelationDependents artifact)
Make relation dependents
|
| Modifier and Type | Field and Description |
|---|---|
private Document.MapCache<java.lang.Integer,ARelationDependents> |
Document.relationDependents
Relation dependents cache
|
| Modifier and Type | Method and Description |
|---|---|
ARelationDependents |
Document.getRelationDependents(int sentenceIdx) |
| Modifier and Type | Method and Description |
|---|---|
ARelationDependents |
AbstractDocumentFactory.getRelationDependents(int sentenceIdx)
Get relation dependents artifact
|
static ARelationDependents |
RelationDependentsFactory.make(edu.stanford.nlp.trees.GrammaticalStructure grammaticalStructure)
Make relation dependents from grammatical structure
|
ARelationDependents |
RelationDependentsDirectFactory.make(edu.stanford.nlp.trees.Tree tree)
Make relation dependents from parse tree
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
RelationDependentsFactory.build(java.util.Collection<edu.stanford.nlp.trees.TypedDependency> typedDependencies,
ARelationDependents artifact)
Build relation dependents
|
private void |
RelationDependentsDirectFactory.build(edu.stanford.nlp.trees.Tree tree,
ARelationDependents artifact)
Build relation dependents
|
| Modifier and Type | Method and Description |
|---|---|
ARelationDependents |
IDocumentFactoryService.getRelationDependents(int sentenceIdx)
Get relation dependents artifact
|
| Modifier and Type | Method and Description |
|---|---|
ARelationDependents |
XMLDocumentFactory.getRelationDependents(int sentenceIdx) |
| Modifier and Type | Method and Description |
|---|---|
ARelationDependents |
NullDocumentFactory.getRelationDependents(int sentenceIdx) |