[][src]Trait rake::KeywordSort

pub trait KeywordSort {
    fn sort_by_score(&mut self);
}

An interface to sort a vector of keywords by score

Required methods

fn sort_by_score(&mut self)

Reverse sort by score of keyword from greater to less

Loading content...

Implementations on Foreign Types

impl KeywordSort for Vec<KeywordScore>[src]

Loading content...

Implementors

Loading content...