rake 0.3.2

Rust implementation of Rapid Automatic Keyword Extraction (RAKE) algorithm
Documentation
[badges.travis-ci]
repository = "yaa110/rake-rs"
[dependencies.lazy_static]
version = "1.4"

[dependencies.regex]
version = "1.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[package]
authors = ["Navid <yaa110@gmail.com>"]
categories = ["algorithms", "text-processing"]
description = "Rust implementation of Rapid Automatic Keyword Extraction (RAKE) algorithm"
documentation = "https://docs.rs/rake"
edition = "2018"
homepage = "https://github.com/yaa110/rake-rs"
keywords = ["rake", "algorithm", "keyword"]
license = "MIT/Apache-2.0"
name = "rake"
readme = "README.md"
repository = "https://github.com/yaa110/rake-rs"
version = "0.3.2"