keywords

fun String.keywords(k: Int = 10): Array<NGram>

Keyword extraction from a single document using word co-occurrence statistical information.

Return

the top keywords.

Parameters

k

the number of top keywords to return.