| Package | Description |
|---|---|
| org.icij.datashare | |
| org.icij.datashare.extension | |
| org.icij.datashare.text | |
| org.icij.datashare.text.indexing | |
| org.icij.datashare.text.nlp |
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
Repository.getDocumentsNotTaggedWithPipeline(Project project,
Pipeline.Type type) |
| Modifier and Type | Method and Description |
|---|---|
Set<Pipeline.Type> |
PipelineRegistry.getPipelineTypes() |
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
PipelineRegistry.get(Pipeline.Type type) |
void |
PipelineRegistry.register(Pipeline.Type type) |
| Modifier and Type | Method and Description |
|---|---|
Pipeline.Type |
NamedEntity.getExtractor() |
| Modifier and Type | Method and Description |
|---|---|
static Set<Pipeline.Type> |
Document.fromNerMask(int mask) |
Set<Pipeline.Type> |
Document.getNerTags() |
| Modifier and Type | Method and Description |
|---|---|
static NamedEntity |
NamedEntity.create(NamedEntity.Category cat,
String mention,
int offset,
String doc,
String rootDoc,
Pipeline.Type extr,
Language extrLang) |
static NamedEntity |
NamedEntity.create(NamedEntity.Category cat,
String mention,
long offset,
String doc,
Pipeline.Type extr,
Language extrLang) |
DocumentBuilder |
DocumentBuilder.with(Pipeline.Type... pipelineTypes) |
| 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) |
Document(Project project,
Path filePath,
String content,
Language language,
Charset charset,
String mimetype,
Map<String,Object> metadata,
Document.Status status,
Set<Pipeline.Type> nerTags,
Long contentLength) |
Document(Project project,
String id,
Path filePath,
String content,
Language language,
Charset charset,
String mimetype,
Map<String,Object> metadata,
Document.Status status,
Set<Pipeline.Type> nerTags,
Date extractionDate,
String parentDocument,
String rootDocument,
Short extractionLevel,
Long contentLength) |
Document(String id,
Project project,
Path filePath,
String content,
Language language,
Charset charset,
String mimetype,
Map<String,Object> metadata,
Document.Status status,
Set<Pipeline.Type> nerTags,
Long contentLength) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Indexer.bulkAdd(String indexName,
Pipeline.Type nerType,
List<NamedEntity> namedEntities,
Document parent) |
Indexer.Searcher |
Indexer.Searcher.with(Pipeline.Type... nlpPipelines) |
Indexer.Searcher |
Indexer.Searcher.without(Pipeline.Type... nlpPipelines) |
| Modifier and Type | Field and Description |
|---|---|
protected Pipeline.Type |
AbstractModels.type |
| Modifier and Type | Method and Description |
|---|---|
static Pipeline.Type |
Pipeline.Type.fromCode(int code) |
Pipeline.Type |
Annotations.getPipelineType() |
Pipeline.Type |
Pipeline.getType() |
Pipeline.Type |
AbstractPipeline.getType() |
static Pipeline.Type |
Pipeline.Type.parse(String valueName) |
static Pipeline.Type |
Pipeline.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pipeline.Type[] |
Pipeline.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<Pipeline.Type> |
Pipeline.Type.fromClassName(String className) |
static Set<Pipeline.Type> |
Pipeline.Type.parseAll(String comaSeparatedTypes) |
static Set<Pipeline.Type> |
Pipeline.set(Pipeline.Type... types) |
| Modifier and Type | Method and Description |
|---|---|
static Set<Pipeline.Type> |
Pipeline.set(Pipeline.Type... types) |
| Constructor and Description |
|---|
AbstractModels(Pipeline.Type type,
NlpStage stage) |
Annotations(String documentId,
Pipeline.Type pipelineType,
Language language) |
Copyright © 2020–2021 ICIJ. All rights reserved.