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 IScorer
AbstractTreeAnnotator. listScorer
protected IScorer
AbstractAnnotator. scorer
protected IScorer
CoreNlpGenderAnnotator. scorer
protected IScorer
GenderAnnotator. scorer
Methods in io.outofprintmagazine.nlp.pipeline.annotators that return IScorer Modifier and Type Method Description protected IScorer
AbstractAnnotator. getScorer()
protected IScorer
CoreNlpGenderAnnotator. getScorer()
protected IScorer
GenderAnnotator. getScorer()
Methods in io.outofprintmagazine.nlp.pipeline.annotators with parameters of type IScorer Modifier and Type Method Description protected void
AbstractAnnotator. setScorer(IScorer scorer)
protected void
CoreNlpGenderAnnotator. setScorer(IScorer scorer)
protected void
GenderAnnotator. 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 class
BigDecimalAvg
class
BigDecimalScorer
class
BigDecimalSum
class
BigDecimalSumDocumentScorer
class
BigDecimalSumSentenceCountScorer
class
BigDecimalSumSentenceScorer
class
BigDecimalSumTokenScorer
class
MapScorer
class
MapSum
class
PhraseScorer
class
StringScorer
-