Interface IScorer
-
- All Known Implementing Classes:
BigDecimalAvg
,BigDecimalScorer
,BigDecimalSum
,BigDecimalSumDocumentScorer
,BigDecimalSumSentenceCountScorer
,BigDecimalSumSentenceScorer
,BigDecimalSumTokenScorer
,MapScorer
,MapSum
,PhraseScorer
,StringScorer
public interface IScorer
Interface to apply annotation scores to all nodes of the syntax tree.- Author:
- Ram Sadasiv
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
aggregateDocument(edu.stanford.nlp.pipeline.CoreDocument document)
void
score(edu.stanford.nlp.pipeline.CoreDocument document)
-
-
-
Method Detail
-
score
void score(edu.stanford.nlp.pipeline.CoreDocument document)
-
aggregateDocument
Object aggregateDocument(edu.stanford.nlp.pipeline.CoreDocument document)
-
-