Class BigDecimalSumTokenScorer
- java.lang.Object
-
- io.outofprintmagazine.nlp.pipeline.scorers.BigDecimalScorer
-
- io.outofprintmagazine.nlp.pipeline.scorers.BigDecimalSum
-
- io.outofprintmagazine.nlp.pipeline.scorers.BigDecimalSumTokenScorer
-
- All Implemented Interfaces:
IScorer
public class BigDecimalSumTokenScorer extends BigDecimalSum implements IScorer
-
-
Field Summary
-
Fields inherited from class io.outofprintmagazine.nlp.pipeline.scorers.BigDecimalScorer
annotationClass
-
-
Constructor Summary
Constructors Constructor Description BigDecimalSumTokenScorer()
BigDecimalSumTokenScorer(Class annotationClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,BigDecimal>
getDocumentAggregatableScores(edu.stanford.nlp.pipeline.CoreDocument document)
protected org.apache.logging.log4j.Logger
getLogger()
-
Methods inherited from class io.outofprintmagazine.nlp.pipeline.scorers.BigDecimalSum
aggregateDocument, aggregateDocument, aggregateScores
-
Methods inherited from class io.outofprintmagazine.nlp.pipeline.scorers.BigDecimalScorer
getAnnotationClass, score, scoreDocument, scoreSentences, scoreTokens, setAnnotationClass
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.outofprintmagazine.nlp.pipeline.scorers.IScorer
aggregateDocument, score
-
-
-
-
Constructor Detail
-
BigDecimalSumTokenScorer
public BigDecimalSumTokenScorer()
-
BigDecimalSumTokenScorer
public BigDecimalSumTokenScorer(Class annotationClass)
-
-
Method Detail
-
getLogger
protected org.apache.logging.log4j.Logger getLogger()
- Overrides:
getLogger
in classBigDecimalSum
-
getDocumentAggregatableScores
public Map<String,BigDecimal> getDocumentAggregatableScores(edu.stanford.nlp.pipeline.CoreDocument document)
- Overrides:
getDocumentAggregatableScores
in classBigDecimalSum
-
-