| Package | Description |
|---|---|
| org.corpus_tools.pepper.impl | |
| org.corpus_tools.pepper.modules | |
| org.corpus_tools.pepper.modules.coreModules | |
| org.corpus_tools.pepper.modules.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
PepperMapperImpl
An abstract implementation of
PepperMapper to be used for further
derivations for specific mapping purposes. |
| Modifier and Type | Method and Description |
|---|---|
PepperMapper |
PepperModuleImpl.createPepperMapper(org.corpus_tools.salt.graph.Identifier sElementId)
OVERRIDE THIS METHOD FOR CUSTOMIZED MAPPING.
|
PepperMapper |
PepperMapperControllerImpl.getPepperMapper()
Returns the
PepperMapper, controlled by this object. |
| Modifier and Type | Method and Description |
|---|---|
void |
PepperMapperControllerImpl.setPepperMapper(PepperMapper pepperMapper)
Sets the mapper, controlled by this object.
|
| Modifier and Type | Method and Description |
|---|---|
PepperMapper |
PepperModule.createPepperMapper(org.corpus_tools.salt.graph.Identifier sElementId)
OVERRIDE THIS METHOD FOR CUSTOMIZED MAPPING.
|
PepperMapper |
PepperMapperController.getPepperMapper()
Returns the
PepperMapper, controlled by this object. |
| Modifier and Type | Method and Description |
|---|---|
void |
PepperMapperController.setPepperMapper(PepperMapper pepperMapper)
Sets the
PepperMapper, controlled by this object. |
| Modifier and Type | Class and Description |
|---|---|
static class |
SaltValidator.ValidatorMapper
Checks whether each
SCorpus object contains either a
SCorpus object or a SDocument object. |
static class |
TextImporter.TextMapper
Reads the content of txt files and creates a
STextualDS object
for each. |
| Modifier and Type | Method and Description |
|---|---|
PepperMapper |
SaltValidator.createPepperMapper(org.corpus_tools.salt.graph.Identifier sElementId) |
PepperMapper |
TextExporter.createPepperMapper(org.corpus_tools.salt.graph.Identifier sElementId)
Creates a mapper to export primary texts.
|
PepperMapper |
DoNothingImporter.createPepperMapper(org.corpus_tools.salt.graph.Identifier sElementId)
Creates a mapper of type
EXMARaLDA2SaltMapper. |
PepperMapper |
TextImporter.createPepperMapper(org.corpus_tools.salt.graph.Identifier sElementId)
Creates a mapper OVERRIDE THIS METHOD FOR CUSTOMIZED MAPPING.
|
PepperMapper |
SaltXMLImporter.createPepperMapper(org.corpus_tools.salt.graph.Identifier id)
Creates a mapper of type
EXMARaLDA2SaltMapper. |
PepperMapper |
DOTManipulator.createPepperMapper(org.corpus_tools.salt.graph.Identifier sElementId) |
PepperMapper |
DoNothingManipulator.createPepperMapper(org.corpus_tools.salt.graph.Identifier identifier)
Creates a dummy mapper, which only returns
DOCUMENT_STATUS.COMPLETED. |
PepperMapper |
DOTExporter.createPepperMapper(org.corpus_tools.salt.graph.Identifier sElementId) |
PepperMapper |
DoNothingExporter.createPepperMapper(org.corpus_tools.salt.graph.Identifier id)
Creates a mapper which does nothing.
|
PepperMapper |
SaltXMLExporter.createPepperMapper(org.corpus_tools.salt.graph.Identifier sElementId)
Creates a mapper of type
SaltXMLExporterMapper. |
| Constructor and Description |
|---|
PepperModuleDataException(PepperMapper pepperMapper,
String s) |
PepperModuleDataException(PepperMapper pepperMapper,
String s,
Throwable ex) |
PepperModuleException(PepperMapper pepperMapper,
String s) |
PepperModuleException(PepperMapper pepperMapper,
String s,
Throwable ex) |
PepperModuleInternalException(PepperMapper pepperMapper,
String s) |
PepperModuleInternalException(PepperMapper pepperMapper,
String s,
Throwable ex) |
Copyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.