/stemerge

A collection of stemmers in Erlang

Primary LanguageErlang

Stemerge

Stemerge is a collection of stemmers in Erlang.

Supported languages

At the moment the following languages are supported:

  • English (Porter2 stemming algorithm)
  • Finnish

Romance:

  • French
  • Spanish
  • Portuguese
  • Italian

Germanic:

  • German
  • Dutch

Scandinavian:

  • Swedish
  • Norwegian
  • Danish

Usage

Just specify the language code of a word you'd like to stem like this:

stemerge:stem("stemerge", "en")

or call stem/1 API of any available stemmer separately:

stemerge_no:stem("havneeier")