Rust Keyword Extraction

Introduction

This is a simple NLP library with a list of algorithms related to keyword extraction:

Features

The full list of intended features before publishing this library on crates.io is as follows:

Note: I removed yake as my implementation was very slow. I will try to implement it again in the future.

Usage

Add this to your Cargo.toml:

toml [dependencies] keyword-extraction = "1.1.0"

Or use cargo add:

bash $ cargo add keyword-extraction

License

This project is licensed under the GNU Lesser General Public License v3.0. See the Copying and Copying Lesser files for details.