| Package | Description |
|---|---|
| org.aksw.gerbil.io.nif.utils | |
| org.aksw.gerbil.transfer.nif | |
| org.aksw.gerbil.transfer.nif.data |
| Modifier and Type | Method and Description |
|---|---|
static List<Meaning> |
NIFSemanticsChecker.checkForMeaningsOfRelation(Document document)
Checks whether all meanings that are used by the relations of this document
are also available as annotations in the document.
|
static List<Meaning> |
NIFSemanticsChecker.checkKBUniqueness(Document document) |
| Modifier and Type | Method and Description |
|---|---|
private static boolean |
NIFSemanticsChecker.checkType(Document document,
Meaning meaning,
Set<String> expectedTypes,
Map<Meaning,Set<String>> typeCache) |
private static Set<String> |
NIFSemanticsChecker.findTypes(Document document,
Meaning meaning) |
| Modifier and Type | Method and Description |
|---|---|
private static boolean |
NIFSemanticsChecker.checkType(Document document,
Meaning meaning,
Set<String> expectedTypes,
Map<Meaning,Set<String>> typeCache) |
| 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 |
Meaning.equals(Meaning m1,
Meaning m2)
Returns
true if the given Meaning instances have overlapping
URI sets. |
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.