Skip to content

Releases: kipcole9/elixir_snowball

Elixir Snowball version 0.1.1

10 May 00:52

Choose a tag to compare

[0.1.1] - 2026-05-10

Bug Fixes

  • Fix links. Thanks to @kinkou for the report. Closes #1.

Elixir Snowball

29 Apr 09:00

Choose a tag to compare

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