| Package | Description |
|---|---|
| org.icij.datashare | |
| org.icij.datashare.text | |
| org.icij.datashare.text.indexing | |
| org.icij.datashare.text.nlp |
| Modifier and Type | Method and Description |
|---|---|
NamedEntity |
Repository.getNamedEntity(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.create(List<NamedEntity> neList) |
| Modifier and Type | Method and Description |
|---|---|
static NamedEntity |
NamedEntity.create(NamedEntity.Category cat,
String mention,
List<Long> offsets,
String doc,
String rootDocument,
Pipeline.Type extr,
Language extrLang) |
static NamedEntity |
NamedEntity.from(String text,
NlpTag tag,
Annotations annotations) |
NamedEntity |
NamedEntity.hide() |
NamedEntity |
NamedEntity.unhide() |
| Modifier and Type | Method and Description |
|---|---|
static List<NamedEntity> |
NamedEntity.allFrom(String text,
Annotations annotations) |
List<NamedEntity> |
NamedEntitiesBuilder.build() |
| 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.