yaa110 / rake-rs

Multilingual implementation of RAKE algorithm for Rust
https://crates.io/crates/rake
Apache License 2.0
33 stars 8 forks source link

Support more maplike types #5

Closed kornelski closed 5 years ago

kornelski commented 5 years ago

Implementation of FromIterator would be more elegant, but I think this is enough, so I won't be updating this PR.

yaa110 commented 5 years ago

Thank you for the contribution, I merged your code and I will apply the changes to implement std::convert::From<T: IntoIterator> trait for KeywordScore