All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.gwdg.metadataqa.marc.analysis.Classifier Maven / Gradle / Ivy

package de.gwdg.metadataqa.marc.analysis;

import de.gwdg.metadataqa.marc.dao.record.BibliographicRecord;

public interface Classifier {
  String classify(BibliographicRecord marcRecord);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy