Uses of Interface
io.outofprintmagazine.nlp.pipeline.scorers.IScorer
-
Packages that use IScorer Package Description io.outofprintmagazine.nlp.pipeline.annotators io.outofprintmagazine.nlp.pipeline.scorers -
-
Uses of IScorer in io.outofprintmagazine.nlp.pipeline.annotators
Fields in io.outofprintmagazine.nlp.pipeline.annotators declared as IScorer Modifier and Type Field Description protected IScorerAbstractTreeAnnotator. listScorerprotected IScorerAbstractAnnotator. scorerprotected IScorerCoreNlpGenderAnnotator. scorerprotected IScorerGenderAnnotator. scorerMethods in io.outofprintmagazine.nlp.pipeline.annotators that return IScorer Modifier and Type Method Description protected IScorerAbstractAnnotator. getScorer()protected IScorerCoreNlpGenderAnnotator. getScorer()protected IScorerGenderAnnotator. getScorer()Methods in io.outofprintmagazine.nlp.pipeline.annotators with parameters of type IScorer Modifier and Type Method Description protected voidAbstractAnnotator. setScorer(IScorer scorer)protected voidCoreNlpGenderAnnotator. setScorer(IScorer scorer)protected voidGenderAnnotator. setScorer(IScorer scorer) -
Uses of IScorer in io.outofprintmagazine.nlp.pipeline.scorers
Classes in io.outofprintmagazine.nlp.pipeline.scorers that implement IScorer Modifier and Type Class Description classBigDecimalAvgclassBigDecimalScorerclassBigDecimalSumclassBigDecimalSumDocumentScorerclassBigDecimalSumSentenceCountScorerclassBigDecimalSumSentenceScorerclassBigDecimalSumTokenScorerclassMapScorerclassMapSumclassPhraseScorerclassStringScorer
-