Interface IScorer
-
- All Known Implementing Classes:
BigDecimalAvg,BigDecimalScorer,BigDecimalSum,BigDecimalSumDocumentScorer,BigDecimalSumSentenceCountScorer,BigDecimalSumSentenceScorer,BigDecimalSumTokenScorer,MapScorer,MapSum,PhraseScorer,StringScorer
public interface IScorerInterface 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 ObjectaggregateDocument(edu.stanford.nlp.pipeline.CoreDocument document)voidscore(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)
-
-