Gareth Pendleton 2d8532b40e
Some checks are pending
test / test (push) Waiting to run
docs: Added CHANGELOG
2025-11-01 15:42:43 +00:00
2025-11-01 15:40:42 +00:00
2025-11-01 15:16:50 +00:00
2025-10-31 22:08:14 +00:00
2025-11-01 15:42:43 +00:00
2025-10-31 22:08:14 +00:00
2025-10-31 22:03:10 +00:00
2025-10-31 22:08:14 +00:00
2025-11-01 15:41:40 +00:00
2025-10-31 22:08:14 +00:00

lancaster_stemmer

Gleam implementation of the Lancaster (Paice/Husk) Stemmer

Package Version Hex Docs

gleam add lancaster_stemmer@1
import lancaster_stemmer

pub fn main() -> Nil {
  lancaster_stemmer.stem("breathe", lancaster_stemmer.default_rules())
}

Further documentation can be found at https://hexdocs.pm/lancaster_stemmer.

Development

gleam run   # Run the project
gleam test  # Run the tests
Description
Gleam implementation of the Lancaster (Paice/Husk) Stemmer
Readme Apache-2.0 272 KiB
v1.0.0 Latest
2025-11-01 15:42:43 +00:00
Languages
Gleam 100%