Package banner.postprocessing
Class ThresholdMentionProbabilityPostProcessor
- java.lang.Object
-
- banner.postprocessing.ThresholdMentionProbabilityPostProcessor
-
- All Implemented Interfaces:
PostProcessor
public class ThresholdMentionProbabilityPostProcessor extends Object implements PostProcessor
-
-
Constructor Summary
Constructors Constructor Description ThresholdMentionProbabilityPostProcessor(double probabilityThreshold)
-
-
-
Method Detail
-
postProcess
public void postProcess(Sentence sentence)
- Specified by:
postProcessin interfacePostProcessor- Parameters:
sentence- TheSentenceto perform post-processing on
-
-