Class AbstractTppProcessingStepService

java.lang.Object
es.uvigo.esei.sing.textproc.abstracttppstep.AbstractTppProcessingStepService
All Implemented Interfaces:
ProcessingStepService

public abstract class AbstractTppProcessingStepService
extends java.lang.Object
implements ProcessingStepService
Implements getAdditionalParameters() so that additional parameters common to every Text Processing Python processing step are returned without involvement of the subclass.

Extending this class is the mandatory way to implement a ProcessingStepService for concrete processing steps.

Author:
Alejandro González García