| Package | Description |
|---|---|
| org.icij.datashare | |
| org.icij.datashare.batch | |
| org.icij.datashare.text | |
| org.icij.datashare.text.indexing | |
| org.icij.datashare.text.nlp |
| Modifier and Type | Method and Description |
|---|---|
Document |
Repository.getDocument(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
Repository.getDocumentsNotTaggedWithPipeline(Project project,
Pipeline.Type type) |
List<Document> |
Repository.getStarredDocuments(User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.create(Document document) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BatchSearchRepository.saveResults(String batchSearchId,
String query,
List<Document> documents) |
| Modifier and Type | Method and Description |
|---|---|
Document |
DocumentBuilder.build() |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Indexer.bulkAdd(String indexName,
Pipeline.Type nerType,
List<NamedEntity> namedEntities,
Document parent) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<NamedEntity> |
AbstractPipeline.process(Document doc)
Apply all specified stages/annotators on input
|
List<NamedEntity> |
Pipeline.process(Document doc) |
List<NamedEntity> |
Pipeline.process(Document doc,
int contentLength,
int contentOffset) |
Copyright © 2020–2021 ICIJ. All rights reserved.