Package | Description |
---|---|
org.aksw.gerbil.io.nif | |
org.aksw.gerbil.transfer.nif | |
org.aksw.gerbil.transfer.nif.data |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationWriter.writeMarkingToModel(com.hp.hpl.jena.rdf.model.Model nifModel,
com.hp.hpl.jena.rdf.model.Resource documentResource,
String text,
String documentURI,
Marking marking,
int markingId) |
Modifier and Type | Interface and Description |
---|---|
interface |
Meaning
A class implementing this interface contains a set of URI pointing to the
meaning of this object.
|
interface |
MeaningSpan |
interface |
ScoredMarking
A class implementing this interface contains a confidence score for this
Marking.
|
interface |
ScoredMeaning
Deprecated.
This interface will be removed in the future since it is only a
combination of the
Meaning and the ScoredMarking
interfaces. |
interface |
ScoredSpan |
interface |
Span
A Span marks a position inside a text.
|
interface |
TypedMarking |
interface |
TypedSpan |
Modifier and Type | Method and Description |
---|---|
<T extends Marking> |
Document.getMarkings(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
List<Marking> |
Document.getMarkings() |
Modifier and Type | Method and Description |
---|---|
void |
Document.addMarking(Marking marking) |
Modifier and Type | Method and Description |
---|---|
void |
Document.setMarkings(List<Marking> markings) |
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 |
ScoredSpanImpl |
class |
ScoredTypedNamedEntity |
class |
SpanImpl |
class |
TypedNamedEntity |
class |
TypedSpanImpl |
Modifier and Type | Field and Description |
---|---|
protected List<Marking> |
DocumentImpl.markings |
Modifier and Type | Method and Description |
---|---|
<T extends Marking> |
DocumentImpl.getMarkings(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
List<Marking> |
DocumentImpl.getMarkings() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentImpl.addMarking(Marking marking) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentImpl.setMarkings(List<Marking> markings) |
Constructor and Description |
---|
DocumentImpl(String text,
List<Marking> markings) |
DocumentImpl(String text,
String uri,
List<Marking> markings) |
Copyright © 2016. All rights reserved.