Skip to content

Elixir Snowball

Choose a tag to compare

@kipcole9 kipcole9 released this 29 Apr 09:00
· 1 commit to main since this release

[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.