public interface PseudoJudgmentExtractor
| Modifier and Type | Method and Description |
|---|---|
PseudoJudgments |
getPseudoJudgments(ArrayListWritable<AnchorTextTarget> anchorTextTargets)
Extracts pseudo judgments from the list of given target documents,
according to the extraction criteria.
|
void |
setParameters(String[] params)
Sets the parameters of the judgment extractor.
|
PseudoJudgments getPseudoJudgments(ArrayListWritable<AnchorTextTarget> anchorTextTargets)
anchorTextTargets - Set of target documents from which pseudo
judgments are extracted. The input list of documents must be sorted
based on their relevence scores.void setParameters(String[] params)
params - Array of string representation of the parameters.