rake 0.1.0

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

[badges]
travis-ci = { repository = "yaa110/rake-rs" }

[dependencies]
regex = "0.2"