Uses of Class
org.apache.tika.eval.core.tokens.TokenIntPair
Packages that use TokenIntPair
-
Uses of TokenIntPair in org.apache.tika.eval.core.textstats
Subclasses with type arguments of type TokenIntPair in org.apache.tika.eval.core.textstatsMethods in org.apache.tika.eval.core.textstats that return TokenIntPairModifier and TypeMethodDescriptionTopNTokens.calculate(TokenCounts tokenCounts) TokenCountPriorityQueue.getArray()Methods in org.apache.tika.eval.core.textstats with parameters of type TokenIntPairModifier and TypeMethodDescriptionprotected booleanTokenCountPriorityQueue.lessThan(TokenIntPair arg0, TokenIntPair arg1) -
Uses of TokenIntPair in org.apache.tika.eval.core.tokens
Subclasses with type arguments of type TokenIntPair in org.apache.tika.eval.core.tokensClasses in org.apache.tika.eval.core.tokens that implement interfaces with type arguments of type TokenIntPairMethods in org.apache.tika.eval.core.tokens that return TokenIntPairModifier and TypeMethodDescriptionTokenCountPriorityQueue.getArray()TokenStatistics.getTopN()ContrastStatistics.getTopNMoreA()ContrastStatistics.getTopNMoreB()ContrastStatistics.getTopNUniqueA()ContrastStatistics.getTopNUniqueB()Methods in org.apache.tika.eval.core.tokens with parameters of type TokenIntPairModifier and TypeMethodDescriptionintTokenIntPair.compareTo(TokenIntPair o) Descending by value, ascending by tokenprotected booleanTokenCountPriorityQueue.lessThan(TokenIntPair arg0, TokenIntPair arg1) Constructors in org.apache.tika.eval.core.tokens with parameters of type TokenIntPairModifierConstructorDescriptionTokenStatistics(int totalUniqueTokens, int totalTokens, TokenIntPair[] topN, double entropy, org.apache.commons.math3.stat.descriptive.SummaryStatistics summaryStatistics)