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