Package | Description |
---|---|
gate | |
gate.annotation | |
gate.corpora | |
gate.event | |
gate.relations |
Modifier and Type | Method and Description |
---|---|
RelationSet |
SimpleAnnotationSet.getRelations() |
Modifier and Type | Field and Description |
---|---|
protected RelationSet |
AnnotationSetImpl.relations |
Modifier and Type | Method and Description |
---|---|
RelationSet |
AnnotationSetImpl.getRelations() |
Modifier and Type | Method and Description |
---|---|
static void |
DocumentStaxUtils.readRelationSet(XMLStreamReader xsr,
RelationSet relations,
Set<Integer> allAnnotIds) |
static void |
DocumentStaxUtils.writeRelationSet(RelationSet relations,
XMLStreamWriter xsw,
String namespaceURI) |
Constructor and Description |
---|
RelationSetEvent(RelationSet source,
int type,
Relation relation)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static int[] |
RelationsUtils.transitiveClosure(RelationSet relSet,
String relationName,
int annotationId)
Computes the transitive closure for symmetric transitive relations (such as
co-reference).
|
Copyright © 2024 GATE. All rights reserved.