toKeywordScores method

Map<String, double> toKeywordScores()

Returns a mapping of the terms in the collection to their RAKE scores.

Implementation

Map<String, double> toKeywordScores() =>
    TermCoOccurrenceGraph(toPhrases()).keywordScores;