Uses of Class
org.icij.datashare.text.Document
-
Packages that use Document Package Description org.icij.datashare org.icij.datashare.batch org.icij.datashare.text org.icij.datashare.text.indexing org.icij.datashare.text.nlp -
-
Uses of Document in org.icij.datashare
Methods in org.icij.datashare that return Document Modifier and Type Method Description DocumentRepository. getDocument(String id)Methods in org.icij.datashare that return types with arguments of type Document Modifier and Type Method Description List<Document>Repository. getDocumentsNotTaggedWithPipeline(Project project, Pipeline.Type type)List<Document>Repository. getStarredDocuments(User user)Methods in org.icij.datashare with parameters of type Document Modifier and Type Method Description voidRepository. create(Document document) -
Uses of Document in org.icij.datashare.batch
Method parameters in org.icij.datashare.batch with type arguments of type Document Modifier and Type Method Description booleanBatchSearchRepository. saveResults(String batchSearchId, String query, List<Document> documents) -
Uses of Document in org.icij.datashare.text
Methods in org.icij.datashare.text that return Document Modifier and Type Method Description DocumentDocumentBuilder. build()Constructors in org.icij.datashare.text with parameters of type Document Constructor Description Document(Project project, Path filePath, String content, Language language, Charset charset, String mimetype, Map<String,Object> metadata, Document.Status status, HashSet<Pipeline.Type> nerTags, Document parentDocument, Long contentLength) -
Uses of Document in org.icij.datashare.text.indexing
Methods in org.icij.datashare.text.indexing with parameters of type Document Modifier and Type Method Description booleanIndexer. bulkAdd(String indexName, Pipeline.Type nerType, List<NamedEntity> namedEntities, Document parent) -
Uses of Document in org.icij.datashare.text.nlp
Methods in org.icij.datashare.text.nlp with parameters of type Document Modifier and Type Method Description abstract List<NamedEntity>AbstractPipeline. process(Document doc)Apply all specified stages/annotators on inputList<NamedEntity>Pipeline. process(Document doc)List<NamedEntity>Pipeline. process(Document doc, int contentLength, int contentOffset)
-