ferristseng / rust-tfidf

Apache License 2.0
18 stars 4 forks source link

Support more collections from the std lib, remove unused dependency #4

Closed ZackPierce closed 3 years ago

ZackPierce commented 3 years ago

Hello @ferristseng . As suggested in the title, this PR adds support for HashMap and BTreeMap based documents.

I also noticed that num wasn't being used for anything, so I took that dependency out.

Cheers!