Uses of Class
org.apache.tika.eval.core.tokens.TokenCounts
-
Packages that use TokenCounts Package Description org.apache.tika.eval.core.textstats org.apache.tika.eval.core.tokens -
-
Uses of TokenCounts in org.apache.tika.eval.core.textstats
Methods in org.apache.tika.eval.core.textstats that return TokenCounts Modifier and Type Method Description TokenCounts
BasicTokenCountStatsCalculator. calculate(TokenCounts tokenCounts)
Methods in org.apache.tika.eval.core.textstats with parameters of type TokenCounts Modifier and Type Method Description TokenCounts
BasicTokenCountStatsCalculator. calculate(TokenCounts tokenCounts)
CommonTokenResult
CommonTokens. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)
Double
CommonTokensBhattacharyya. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)
Double
CommonTokensCosine. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)
Double
CommonTokensHellinger. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)
Double
CommonTokensKLDivergence. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)
Double
CommonTokensKLDNormed. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)
T
LanguageAwareTokenCountStats. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)
String
TextProfileSignature. calculate(TokenCounts tokenCounts)
T
TokenCountStatsCalculator. calculate(TokenCounts tokenCounts)
Double
TokenEntropy. calculate(TokenCounts tokenCounts)
org.apache.commons.math3.stat.descriptive.SummaryStatistics
TokenLengths. calculate(TokenCounts tokenCounts)
TokenIntPair[]
TopNTokens. calculate(TokenCounts tokenCounts)
-
Uses of TokenCounts in org.apache.tika.eval.core.tokens
Methods in org.apache.tika.eval.core.tokens with parameters of type TokenCounts Modifier and Type Method Description ContrastStatistics
TokenContraster. calculateContrastStatistics(TokenCounts tokensA, TokenCounts tokensB)
-