Releases: kipcole9/elixir_snowball
Releases · kipcole9/elixir_snowball
Elixir Snowball version 0.1.1
Elixir Snowball
[0.1.0] - 2026-04-29
Highlights
Initial release of :snowball as a standalone package, extracted from the original :snowball Hex package (which now ships only the pre-compiled stemmers as :text_stemmer).
This package provides the Snowball language compiler pipeline (Snowball.Lexer, Snowball.Preprocessor, Snowball.Analyser, Snowball.Generator), the Snowball.Runtime runtime support module that generated stemmers call into, and the mix snowball.gen Mix task. See the README for usage.