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

it.uniroma2.art.lime.profiler.LexicalizationModelProfiler Maven / Gradle / Ivy

The newest version!
package it.uniroma2.art.lime.profiler;

import java.util.Collection;
import java.util.Map;

import org.eclipse.rdf4j.model.IRI;
import org.eclipse.rdf4j.model.Resource;
import org.eclipse.rdf4j.repository.RepositoryConnection;

import it.uniroma2.art.lime.model.repo.LIMERepositoryConnectionWrapper;

public interface LexicalizationModelProfiler {
	public Collection profile(RepositoryConnection conn, IRI[] graphs,
			IRI referenceDataset, ReferenceDatasetStatistics referenceDatasetStats,
			Map lexiconStats) throws ProfilerException;

	boolean profile(ProfilerContext profilerContext, LIMERepositoryConnectionWrapper metadataConnection,
			RepositoryConnection dataConnection, IRI datagGraph, Resource dataset) throws ProfilerException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy