Uses of Class
org.corpus_tools.pepper.impl.PepperModuleImpl
-
Packages that use PepperModuleImpl Package Description org.corpus_tools.pepper.impl org.corpus_tools.pepper.modules.coreModules -
-
Uses of PepperModuleImpl in org.corpus_tools.pepper.impl
Subclasses of PepperModuleImpl in org.corpus_tools.pepper.impl Modifier and Type Class Description classPepperExporterImplThis class is an abstract implementation ofPepperExporterand cannot be instantiated directly.classPepperImporterImplAn importer in Pepper reads data from a format A and maps its data to a Salt model.classPepperManipulatorImplThis class is an abstract implementation ofPepperManipulatorand cannot be instantiated directly. -
Uses of PepperModuleImpl in org.corpus_tools.pepper.modules.coreModules
Subclasses of PepperModuleImpl in org.corpus_tools.pepper.modules.coreModules Modifier and Type Class Description classDoNothingExporterclassDoNothingImporterclassDoNothingManipulatorA dummy manipulator, which waves through all documents and corpora.classDOTExporterclassDOTManipulatorclassSaltValidatorThis class analyzes a Salt model and prints out a report about conflicts in the Salt model.classSaltXMLExporterThis is a PepperExporter which exports a salt model to the SaltXML format.classSaltXMLImporterThis is aPepperImporterwhich imports the SaltXML format into a salt model.classTextExporterThis is a PepperExporter which extracts and exports the primary text of a Salt model and stores it into a text file.classTextImporterMaps a file-structure to a corpus-structure and reads the contained txt files to map their content toSTextualDSobjects.
-