Uses of Class
org.apache.tika.eval.core.tokens.TokenIntPair
-
Uses of TokenIntPair in org.apache.tika.eval.core.textstats
Modifier and TypeMethodDescriptionTopNTokens.calculate
(TokenCounts tokenCounts) TokenCountPriorityQueue.getArray()
Modifier and TypeMethodDescriptionprotected boolean
TokenCountPriorityQueue.lessThan
(TokenIntPair arg0, TokenIntPair arg1) -
Uses of TokenIntPair in org.apache.tika.eval.core.tokens
Modifier and TypeMethodDescriptionTokenCountPriorityQueue.getArray()
TokenStatistics.getTopN()
ContrastStatistics.getTopNMoreA()
ContrastStatistics.getTopNMoreB()
ContrastStatistics.getTopNUniqueA()
ContrastStatistics.getTopNUniqueB()
Modifier and TypeMethodDescriptionint
TokenIntPair.compareTo
(TokenIntPair o) Descending by value, ascending by tokenprotected boolean
TokenCountPriorityQueue.lessThan
(TokenIntPair arg0, TokenIntPair arg1) ModifierConstructorDescriptionTokenStatistics
(int totalUniqueTokens, int totalTokens, TokenIntPair[] topN, double entropy, org.apache.commons.math3.stat.descriptive.SummaryStatistics summaryStatistics)