| Package | Description |
|---|---|
| org.aksw.gerbil.transfer.nif | |
| org.aksw.gerbil.transfer.nif.data |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MeaningSpan |
interface |
ScoredMeaning
Deprecated.
This interface will be removed in the future since it is only a
combination of the
Meaning and the ScoredMarking
interfaces. |
| Modifier and Type | Method and Description |
|---|---|
Meaning |
Relation.getObject() |
Meaning |
Relation.getPredicate() |
Meaning |
Relation.getSubject() |
| Modifier and Type | Method and Description |
|---|---|
List<Meaning> |
Relation.getRelation() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MeaningEqualityChecker.overlaps(Meaning m1,
Meaning m2) |
void |
Relation.setRelation(Meaning subject,
Meaning predicate,
Meaning object) |
| Modifier and Type | Class and Description |
|---|---|
class |
Annotation
An Annotation is a meaning which is added to a document.
|
class |
NamedEntity |
class |
ScoredAnnotation
A scored tag is a
Annotation with a confidence score. |
class |
ScoredNamedEntity |
class |
ScoredTypedNamedEntity |
class |
TypedNamedEntity |
| Modifier and Type | Field and Description |
|---|---|
private Meaning |
RelationImpl.object |
private Meaning |
RelationImpl.predicate |
private Meaning |
RelationImpl.subject |
| Modifier and Type | Method and Description |
|---|---|
Meaning |
RelationImpl.getObject() |
Meaning |
RelationImpl.getPredicate() |
Meaning |
RelationImpl.getSubject() |
| Modifier and Type | Method and Description |
|---|---|
List<Meaning> |
RelationImpl.getRelation() |
| Modifier and Type | Method and Description |
|---|---|
void |
RelationImpl.setRelation(Meaning subject,
Meaning predicate,
Meaning object) |
| Constructor and Description |
|---|
RelationImpl(Meaning subject,
Meaning predicate,
Meaning object) |
ScoredRelationImpl(Meaning subject,
Meaning predicate,
Meaning object,
double confidence) |
Copyright © 2018. All rights reserved.