concordanceIndex
Alphabetical word frequency index for a translation.
concordanceIndex(
first: Int = 50
minOccurrences: Int = 1
prefix: String
translation: String!
): [ConcordanceIndexEntry!]!
Arguments
concordanceIndex.first ● Int scalar
Max entries to return. Clamped to 1..200.
concordanceIndex.minOccurrences ● Int scalar
Skip words occurring fewer times than this across the translation
concordanceIndex.prefix ● String scalar
Only words starting with this prefix (case-insensitive)
concordanceIndex.translation ● String! non-null scalar
Translation identifier. Must already be indexed — see rake concordance:index.
Type
ConcordanceIndexEntry object
One entry in a translation's alphabetical word frequency index