snowball
Package info
-
Homepage
gitlab.com/camilstaps/snowball -
Latest version
0.2.2, 1 year, 9 months ago -
Maintainer
Camil Staps -
License
AGPL-3.0-only
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
-
0.2.2 latest 1 year, 9 months ago
Dependencies: base ^2.0.0 || ^3.0.0; system ^1.0.0 || ^2.0.0.
-
0.2.1 2 years ago
-
0.2.0 2 years ago
-
0.1.0 latest 0.1 3 years ago
Dependencies: base ^1.0.0; clean-platform ^0.3.0.