porter_stemmer

Porter stemming algorithm implementation in Gleam.

Package Version Hex Docs

gleam add porter_stemmer@1
import porter_stemmer

pub fn main() {
  porter_stemmer.stem("Running")
  // -> "run"
}

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

Search Document