| Package | Description |
|---|---|
| org.icij.datashare.text | |
| org.icij.datashare.text.nlp |
| Modifier and Type | Field and Description |
|---|---|
static ThrowingFunction<List<String>,List<NamedEntity.Category>> |
NamedEntity.Category.parseAll |
| Modifier and Type | Method and Description |
|---|---|
NamedEntity.Category |
NamedEntity.getCategory() |
static NamedEntity.Category |
NamedEntity.Category.parse(String entityCategory) |
static NamedEntity.Category |
NamedEntity.Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamedEntity.Category[] |
NamedEntity.Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.function.Function<List<NlpStage>,java.util.function.Function<List<NamedEntity.Category>,java.util.function.Function<Boolean,Properties>>> |
Pipeline.Property.build |
static List<NamedEntity.Category> |
Pipeline.DEFAULT_ENTITIES |
protected List<NamedEntity.Category> |
AbstractPipeline.targetEntities |
| Modifier and Type | Method and Description |
|---|---|
NamedEntity.Category |
NlpTag.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
List<NamedEntity.Category> |
Pipeline.getTargetEntities() |
List<NamedEntity.Category> |
AbstractPipeline.getTargetEntities() |
| Modifier and Type | Method and Description |
|---|---|
void |
Annotations.add(NlpStage stage,
int begin,
int end,
NamedEntity.Category value) |
Copyright © 2020 ICIJ. All rights reserved.