Skip to content

donderom/stemerge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

A collection of stemmers in Erlang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages