Package de.uni_trier.wi2.procake.retrieval
package de.uni_trier.wi2.procake.retrieval
Retrieval package description
-
ClassDescriptionInterface, that provides a description of a dependency query to be used in
Retriever.perform(Query)
.Interface for the dependency specific implementation ofRetrievalResult
, which contains a list of the result objects and the similarity value.Interface for the dependency specific implementation ofRetrievalResultList
.Interface for the dependency specific retriever, that implements the approach of dependency-guided retrieval.Wrapper class for a pair of case ID and a similarity value.A MACFAC query needs additional parameters compared to a standard retrieval query.Interface for a parallelized LinearRetriever.Description of a query to be used inRetriever.perform(Query)
.This factory creates several retriever instances.The retrieval factory object provides the constructor for the retriever and the name of the retriever.Interface to calculate the retrieval qualityenumeration to define quality criterionOne retrieval result.A list of retrieval results.General retriever interface that describes the minimum methods a retriever must implement.This class is meant to be a lightweight version of the retrieval result with only a query id and a list of cases with their respective similarity.A list of retriever names provided by ProCAKE