protocol
stemmer_protocol
Stemmer protocol for reducing words to their stems.
Availability:
logtalk_load(stemming(loader))Author: Paulo Moura
Version: 1:0:0
Date: 2026-02-05
Compilation flags:
staticDependencies:
(none)
Remarks:
(none)
Inherited public predicates:
(none)
Public predicates
stem/2
Stems a single word, returning its root form.
Compilation flags:
staticTemplate:
stem(Word,Stem)Mode and number of proofs:
stem(+text,-text) - onestems/2
Stems a list of words, returning a list of their root forms.
Compilation flags:
staticTemplate:
stems(Words,Stems)Mode and number of proofs:
stems(+list(text),-list(text)) - oneProtected predicates
(none)
Private predicates
(none)
Operators
(none)