
it.unitn.disi.nlptools.pipelines.LabelPipelineComponent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of s-match Show documentation
Show all versions of s-match Show documentation
A version of S-Match semantic matching framework for Open Data
The newest version!
package it.unitn.disi.nlptools.pipelines;
import it.unitn.disi.common.pipelines.BasePipelineComponent;
import it.unitn.disi.nlptools.data.ILabel;
/**
* Base component for label processing pipelines.
*
* @author Aliaksandr Autayeu
*/
public abstract class LabelPipelineComponent extends BasePipelineComponent implements ILabelPipelineComponent {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy