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
Fields in org.icij.datashare declared as Document Modifier and Type Field Description DocumentDocumentUserRecommendation. documentMethods 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)Constructors in org.icij.datashare with parameters of type Document Constructor Description DocumentUserRecommendation(Document document, ProjectProxy project, User user)DocumentUserRecommendation(Document document, ProjectProxy project, User user, Date creationDate) -
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() -
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)
-