Uses of Interface
org.aksw.gerbil.transfer.nif.Document
Packages that use Document
Package
Description
-
Uses of Document in org.aksw.gerbil.io.nif
Methods in org.aksw.gerbil.io.nif that return DocumentModifier and TypeMethodDescriptionDocumentParser.getDocument(org.apache.jena.rdf.model.Model nifModel, org.apache.jena.rdf.model.Resource documentResource)Methods in org.aksw.gerbil.io.nif that return types with arguments of type DocumentModifier and TypeMethodDescriptionDocumentListParser.parseDocuments(org.apache.jena.rdf.model.Model nifModel)AbstractNIFParser.parseNIF(InputStream is)AbstractNIFParser.parseNIF(InputStream is, org.apache.jena.rdf.model.Model nifModel)NIFParser.parseNIF(InputStream is)Parses the NIF data read from the given InputStream and returns the list of documents that could be found.NIFParser.parseNIF(InputStream is, org.apache.jena.rdf.model.Model model)LikeNIFParser.parseNIF(InputStream), this method parses the NIF data inside the given String and returns the list of documents that could be found.Parses the NIF data read from the given Reader and returns the list of documents that could be found.LikeNIFParser.parseNIF(Reader), this method parses the NIF data inside the given String and returns the list of documents that could be found.Parses the NIF data inside the given String and returns the list of documents that could be found.LikeNIFParser.parseNIF(String), this method parses the NIF data inside the given String and returns the list of documents that could be found.Methods in org.aksw.gerbil.io.nif with parameters of type DocumentModifier and TypeMethodDescriptionvoidAnnotationParser.parseAnnotations(org.apache.jena.rdf.model.Model nifModel, Document document, org.apache.jena.rdf.model.Resource documentResource)voidDocumentWriter.writeDocumentToModel(org.apache.jena.rdf.model.Model nifModel, Document document)Method parameters in org.aksw.gerbil.io.nif with type arguments of type DocumentModifier and TypeMethodDescriptionprotected org.apache.jena.rdf.model.ModelAbstractNIFWriter.createNIFModel(List<Document> document)voidDocumentListWriter.writeDocumentsToModel(org.apache.jena.rdf.model.Model nifModel, List<Document> documents)voidAbstractNIFWriter.writeNIF(List<Document> document, OutputStream os)voidWrites the given lost ofDocumentinstances as NIF data to a String.voidNIFWriter.writeNIF(List<Document> document, OutputStream os)Writes the given lost ofDocumentinstances as NIF data to the givenOutputStream.void -
Uses of Document in org.aksw.gerbil.io.nif.utils
Methods in org.aksw.gerbil.io.nif.utils with parameters of type DocumentModifier and TypeMethodDescriptionNIFSemanticsChecker.checkDomainRange(Document document, Map<String,NIFSemanticsChecker.DomainRange> domainRangeDef)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.NIFSemanticsChecker.checkForMultipleRelations(Document document)Checks the given document for relations that are expressed multiple times.NIFSemanticsChecker.checkKBUniqueness(Document document)private static booleanNIFSemanticsChecker.checkType(Document document, Meaning meaning, Set<String> expectedTypes, Map<Meaning,Set<String>> typeCache)static voidNIFPositionHelper.correctAnnotationPositions(Document document)The positions in NIF are measured in codepoints, while Java counts in terms of characters.static String -
Uses of Document in org.aksw.gerbil.transfer.nif
Methods in org.aksw.gerbil.transfer.nif that return DocumentModifier and TypeMethodDescriptionAbstractNIFDocumentParser.getDocumentFromNIFReader(Reader reader)NIFDocumentParser.getDocumentFromNIFReader(Reader reader)AbstractNIFDocumentParser.getDocumentFromNIFStream(InputStream stream)NIFDocumentParser.getDocumentFromNIFStream(InputStream stream)AbstractNIFDocumentParser.getDocumentFromNIFString(String nifString)NIFDocumentParser.getDocumentFromNIFString(String nifString)Methods in org.aksw.gerbil.transfer.nif with parameters of type DocumentModifier and TypeMethodDescriptionAbstractNIFDocumentCreator.getDocumentAsNIFString(Document document)NIFDocumentCreator.getDocumentAsNIFString(Document document) -
Uses of Document in org.aksw.gerbil.transfer.nif.data
Classes in org.aksw.gerbil.transfer.nif.data that implement Document