Package | Description |
---|---|
org.aksw.gerbil.io.nif | |
org.aksw.gerbil.io.nif.utils | |
org.aksw.gerbil.transfer.nif | |
org.aksw.gerbil.transfer.nif.data |
Modifier and Type | Method and Description |
---|---|
Document |
DocumentParser.getDocument(com.hp.hpl.jena.rdf.model.Model nifModel,
com.hp.hpl.jena.rdf.model.Resource documentResource) |
Modifier and Type | Method and Description |
---|---|
List<Document> |
DocumentListParser.parseDocuments(com.hp.hpl.jena.rdf.model.Model nifModel) |
List<Document> |
NIFParser.parseNIF(InputStream is)
Parses the NIF data read from the given InputStream and returns the list
of documents that could be found.
|
List<Document> |
AbstractNIFParser.parseNIF(InputStream is) |
List<Document> |
NIFParser.parseNIF(InputStream is,
com.hp.hpl.jena.rdf.model.Model model)
Like
NIFParser.parseNIF(InputStream) , this method parses the NIF data
inside the given String and returns the list of documents that could be
found. |
List<Document> |
AbstractNIFParser.parseNIF(InputStream is,
com.hp.hpl.jena.rdf.model.Model nifModel) |
List<Document> |
NIFParser.parseNIF(Reader reader)
Parses the NIF data read from the given Reader and returns the list of
documents that could be found.
|
List<Document> |
AbstractNIFParser.parseNIF(Reader reader) |
List<Document> |
NIFParser.parseNIF(Reader reader,
com.hp.hpl.jena.rdf.model.Model model)
Like
NIFParser.parseNIF(Reader) , this method parses the NIF data inside
the given String and returns the list of documents that could be found. |
List<Document> |
AbstractNIFParser.parseNIF(Reader reader,
com.hp.hpl.jena.rdf.model.Model nifModel) |
List<Document> |
NIFParser.parseNIF(String nifString)
Parses the NIF data inside the given String and returns the list of
documents that could be found.
|
List<Document> |
AbstractNIFParser.parseNIF(String nifString) |
List<Document> |
NIFParser.parseNIF(String nifString,
com.hp.hpl.jena.rdf.model.Model model)
Like
NIFParser.parseNIF(String) , this method parses the NIF data inside
the given String and returns the list of documents that could be found. |
List<Document> |
AbstractNIFParser.parseNIF(String nifString,
com.hp.hpl.jena.rdf.model.Model model) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationParser.parseAnnotations(com.hp.hpl.jena.rdf.model.Model nifModel,
Document document,
com.hp.hpl.jena.rdf.model.Resource documentResource) |
void |
DocumentWriter.writeDocumentToModel(com.hp.hpl.jena.rdf.model.Model nifModel,
Document document) |
Modifier and Type | Method and Description |
---|---|
protected com.hp.hpl.jena.rdf.model.Model |
AbstractNIFWriter.createNIFModel(List<Document> document) |
void |
DocumentListWriter.writeDocumentsToModel(com.hp.hpl.jena.rdf.model.Model nifModel,
List<Document> documents) |
String |
NIFWriter.writeNIF(List<Document> document) |
String |
AbstractNIFWriter.writeNIF(List<Document> document) |
void |
NIFWriter.writeNIF(List<Document> document,
OutputStream os) |
void |
AbstractNIFWriter.writeNIF(List<Document> document,
OutputStream os) |
void |
NIFWriter.writeNIF(List<Document> document,
Writer writer) |
void |
AbstractNIFWriter.writeNIF(List<Document> document,
Writer writer) |
Modifier and Type | Method and Description |
---|---|
static void |
NIFPositionHelper.correctAnnotationPositions(Document resultDocument)
The positions in NIF are measured in codepoints, while Java counts in
terms of characters.
|
static String |
NIFUriHelper.getNifUri(Document document,
int endPosition) |
Modifier and Type | Method and Description |
---|---|
Document |
NIFDocumentParser.getDocumentFromNIFReader(Reader reader) |
Document |
AbstractNIFDocumentParser.getDocumentFromNIFReader(Reader reader) |
Document |
NIFDocumentParser.getDocumentFromNIFStream(InputStream stream) |
Document |
AbstractNIFDocumentParser.getDocumentFromNIFStream(InputStream stream) |
Document |
NIFDocumentParser.getDocumentFromNIFString(String nifString) |
Document |
AbstractNIFDocumentParser.getDocumentFromNIFString(String nifString) |
Modifier and Type | Method and Description |
---|---|
String |
NIFDocumentCreator.getDocumentAsNIFString(Document document) |
String |
AbstractNIFDocumentCreator.getDocumentAsNIFString(Document document) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentImpl |
Copyright © 2016. All rights reserved.