Returns a mapping of the terms in the collection to their RAKE scores.
Map<String, double> toKeywordScores() => TermCoOccurrenceGraph(toPhrases()).keywordScores;