keyphrases-0.1.0 has been yanked.
keyphrases.rs
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.
Installation
To use keyphrases.rs in your Rust project, add the following line to your Cargo.toml file:
[]
= "0.1.0"
Usage
🚧 Under Construction 🚧
License
mapwords.rs is licensed under the WTFPL License. See the LICENSE file for more details.