keyphrases.rs

https://github.com/jjoeldaniel/mapwords.rs/actions/workflows/ci.yml

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:

toml [dependencies] keyphrases = "0.1.0"

Usage

🚧 Under Construction 🚧

License

mapwords.rs is licensed under the WTFPL License. See the LICENSE file for more details.