| Package | Description |
|---|---|
| org.icij.datashare.text.nlp |
| Modifier and Type | Field and Description |
|---|---|
NlpStage |
AbstractModels.stage |
| 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<NlpStage> |
Pipeline.DEFAULT_TARGET_STAGES |
static ThrowingFunction<List<String>,List<NlpStage>> |
NlpStage.parseAll |
protected Map<NlpStage,List<NlpStage>> |
AbstractPipeline.stageDependencies |
protected Map<NlpStage,List<NlpStage>> |
AbstractPipeline.stageDependencies |
protected List<NlpStage> |
AbstractPipeline.stages |
protected List<NlpStage> |
AbstractPipeline.targetStages |
| Modifier and Type | Method and Description |
|---|---|
NlpStage |
NlpTag.getStage() |
static NlpStage |
NlpStage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NlpStage[] |
NlpStage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<NlpStage> |
Pipeline.getStages() |
List<NlpStage> |
AbstractPipeline.getStages() |
static Optional<NlpStage> |
NlpStage.parse(String stage) |
abstract Map<Language,Set<NlpStage>> |
AbstractPipeline.supportedStages() |
| Modifier and Type | Method and Description |
|---|---|
void |
Annotations.add(NlpStage stage,
int begin,
int end) |
void |
Annotations.add(NlpStage stage,
int begin,
int end,
NamedEntity.Category value) |
List<NlpTag> |
Annotations.get(NlpStage stage) |
boolean |
Pipeline.supports(NlpStage stage,
Language language)
Is stage supported for language?
|
boolean |
AbstractPipeline.supports(NlpStage stage,
Language language)
Is stage supported for language?
|
| Constructor and Description |
|---|
AbstractModels(Pipeline.Type type,
NlpStage stage) |
Copyright © 2020–2021 ICIJ. All rights reserved.