protocol
lemmatizer_language_protocol
Language provider protocol for lemmatization using canonical lowercase atoms.
Availability:
logtalk_load(lemmatization(loader))Author: Paulo Moura
Version: 1:0:0
Date: 2026-09-05
Compilation flags:
staticDependencies:
(none)
Remarks:
(none)
Inherited public predicates:
(none)
Public predicates
lemma/2
Enumerates distinct recognized lemmas in stable preference order. Fails for an unknown word.
Compilation flags:
staticTemplate:
lemma(Word,Lemma)Mode and number of proofs:
lemma(+atom,-atom) - zero_or_morelemma/3
Enumerates distinct recognized lemmas for a part-of-speech hint in stable preference order. Fails for an unknown word or unsupported hint.
Compilation flags:
staticTemplate:
lemma(Word,PartOfSpeech,Lemma)Mode and number of proofs:
lemma(+atom,+atom,-atom) - zero_or_moreProtected predicates
(none)
Private predicates
(none)
Operators
(none)