Package | Description |
---|---|
edu.illinois.cs.cogcomp.edison.features.helpers | |
edu.illinois.cs.cogcomp.edison.sentences |
Modifier and Type | Method and Description |
---|---|
static List<Relation> |
PredicateArgumentHelpers.getArguments(Constituent predicate) |
Modifier and Type | Field and Description |
---|---|
protected List<Relation> |
Constituent.incomingRelations |
protected List<Relation> |
Constituent.outgoingRelations |
protected edu.illinois.cs.cogcomp.core.datastructures.QueryableList<Relation> |
View.relations
The collection of relations in this view.
|
Modifier and Type | Method and Description |
---|---|
static edu.illinois.cs.cogcomp.core.transformers.ITransformer<Constituent,List<Relation>> |
Selectors.children() |
List<Relation> |
PredicateArgumentView.getArguments(Constituent predicate) |
List<Relation> |
Constituent.getIncomingRelations()
Get a list of relations where the target is this constituent
|
List<Relation> |
Constituent.getOutgoingRelations()
Get a list of relations where the source is this constituent.
|
List<Relation> |
View.getRelations() |
static edu.illinois.cs.cogcomp.core.transformers.ITransformer<Constituent,List<Relation>> |
Selectors.parents() |
Modifier and Type | Method and Description |
---|---|
void |
View.addRelation(Relation relation)
Adds a new relation to this view.
|
void |
CoreferenceView.addRelation(Relation relation) |
Copyright © 2015. All rights reserved.