| Interface | Description |
|---|---|
| Pepper |
| Class | Description |
|---|---|
| CorpusDesc |
This class realizes a description of a corpus to be imported or exported.
|
| CorpusDesc.Builder | |
| FormatDesc |
This class is used by Pepper to describe a linguistic data format.
|
| FormatDesc.FormatDescBuilder | |
| ModuleFitness |
An object determining the fitness of a single Pepper module.
|
| ModuleFitness.ModuleFitnessBuilder |
A simple builder to create
ModuleFitness objects. |
| PepperConfiguration |
This class contains all possible configurations, to take influence on the
Pepper process.
|
| PepperJob | |
| PepperModuleDesc |
This class is a kind of a fingerprint of a Pepper module and provides some
information about a module.
|
| PepperUtil | |
| PepperUtil.PepperJobReporter |
Prints the status of the passed
PepperJob object, until
#setStop(Boolean#TRUE) was called. |
| StepDesc |
This class represents a description of a single step in Pepper.
|
| Enum | Description |
|---|---|
| DOCUMENT_STATUS |
This Enumeration shows the status of a more or less currently processed
document.
|
| JOB_STATUS |
Status of a job in Pepper, the status could be one of the following:
JOB_STATUS.NOT_STARTED, if the job was not started
#IN_PROGRESS, if the job is running
JOB_STATUS.ENDED, if the job ended successful
JOB_STATUS.ENDED_WITH_ERRORS, if the job ended with errors
|
| MEMORY_POLICY |
Describes the main memory policy of
PepperJobs. |
| MODULE_TYPE |
Names of types of
PepperModule:
MODULE_TYPE.IMPORTER - for
PepperExporter
MODULE_TYPE.MANIPULATOR - for
PepperManipulator
MODULE_TYPE.EXPORTER - for
PepperExporter
|
| ModuleFitness.Fitness | |
| ModuleFitness.FitnessFeature |
Copyright © 2009–2019 Humboldt-Universität zu Berlin, INRIA. All rights reserved.