| Package | Description |
|---|---|
| org.aksw.gerbil.transfer.nif | |
| org.aksw.gerbil.transfer.nif.data |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Meaning
A class implementing this interface contains a URI that points to the meaning
of this object.
|
interface |
ScoredMeaning
A class implementing this interface contains a URI that points to the meaning
of this object.
|
interface |
Span |
| 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) |
private void |
AbstractNIFDocumentCreator.addMarking(com.hp.hpl.jena.rdf.model.Model nifModel,
com.hp.hpl.jena.rdf.model.Resource documentAsResource,
String text,
String documentURI,
Marking marking,
int markingId) |
| 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 |
SpanImpl |
| Modifier and Type | Field and Description |
|---|---|
private 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 © 2014. All rights reserved.