stemerge (stemerge v0.4.0)

View Source

The common interface for all stemmers.

Summary

Functions

Stem of a word for a given language.

Types

text/0

-type text() :: string() | binary().

Functions

stem(Word, Lang)

-spec stem(Word :: text(), Lang :: text()) -> text().

Stem of a word for a given language.