rust-stemmers 1.2.0

A rust implementation of some popular snowball stemming algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.serde]
version = "^1.0"

[dependencies.serde_derive]
version = "^1.0"

[package]
authors = ["Jakob Demler <jdemler@curry-software.com>", "CurrySoftware <info@curry-software.com>"]
description = "A rust implementation of some popular snowball stemming algorithms"
keywords = ["nlp", "stemming", "information", "retrieval", "language"]
license = "MIT/BSD-3-Clause"
name = "rust-stemmers"
readme = "README.md"
repository = "https://github.com/CurrySoftware/rust-stemmers"
version = "1.2.0"