StemWord (open)
Stem a word in a given language
Syntax
LOADLIB "wh::util/langspecific.whlib";
STRING FUNCTION StemWord(STRING word, STRING langcode)Parameters
STRING wordThe word to stem
STRING langcodeThe two-letter code of the language to use for stemming
Return value
STRINGThe stemmed word, or an empty string in case of an unrecognized language code