public class AnnotationWriter extends Object
| Constructor and Description |
|---|
AnnotationWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnnotation(org.apache.jena.rdf.model.Model nifModel,
org.apache.jena.rdf.model.Resource documentAsResource,
String documentURI,
Annotation annotation,
int annotationId) |
void |
addSpan(org.apache.jena.rdf.model.Model nifModel,
org.apache.jena.rdf.model.Resource documentAsResource,
String text,
String documentURI,
Span span) |
void |
writeMarkingToModel(org.apache.jena.rdf.model.Model nifModel,
org.apache.jena.rdf.model.Resource documentResource,
String text,
String documentURI,
Marking marking,
int markingId) |
public void writeMarkingToModel(org.apache.jena.rdf.model.Model nifModel,
org.apache.jena.rdf.model.Resource documentResource,
String text,
String documentURI,
Marking marking,
int markingId)
public void addAnnotation(org.apache.jena.rdf.model.Model nifModel,
org.apache.jena.rdf.model.Resource documentAsResource,
String documentURI,
Annotation annotation,
int annotationId)
Copyright © 2017. All rights reserved.