blob: aff92492b0590effad5a83f293790eef4cfbcf96 [file] [log] [blame] [edit]
[package]
name = "rust-stemmers"
version = "1.2.0"
authors = ["Jakob Demler <[email protected]>", "CurrySoftware <[email protected]>"]
description = "A rust implementation of some popular snowball stemming algorithms"
repository = "https://github.com/CurrySoftware/rust-stemmers"
readme = "README.md"
keywords = ["nlp", "stemming", "information", "retrieval", "language"]
license = "MIT/BSD-3-Clause"
[dependencies]
serde = "^1.0"
serde_derive = "^1.0"