snowball


Package info
Description

An interface to the Snowball stemming library.

Readme
# Snowball A [Clean][] library to interface with the [Snowball][] stemming library. Snowball is a library to stem words in different languages. Stemming is the process to strip words of functional affixes so that a stem remains, which is closer to the concept of a lexeme. This is useful in information retrieval. ## Author & License This library is written, maintained, and copyright © by [Camil Staps][]. The Clean interface is licensed under AGPL v3; see the [LICENSE](LICENSE) file. This repository also includes the Snowball sources (and the distributed version includes object code built from these sources), which is licensed under a 3-clause BSD license (see [libstemmer_c-2.2.0/COPYING](libstemmer_c-2.2.0/COPYING), also for copyright details). [Camil Staps]: https://camilstaps.nl [Clean]: https://clean-lang.org [Snowball]: https://snowballstem.org
Changelog
# Changelog #### v0.2.2 - Chore: allow base 3.x. #### v0.2.1 - Chore: allow system 2. ## v0.2.0 - Chore: update to base 2.0. ## v0.1.0 First tagged version.
Versions