keyphrases.rs is a Rust library that provides functionality for collecting keywords from a given string or file and then sorts and prints them based on their frequency. It ignores stop words and only returns the most frequently occurring keywords.
To use keyphrases.rs in your Rust project, add the following line to your Cargo.toml file:
toml
[dependencies]
keyphrases = "0.1.0"
🚧 Under Construction 🚧
mapwords.rs is licensed under the WTFPL License. See the LICENSE file for more details.