Module rnltk::stem

source ·
Expand description

Module containing function used to stem strings.

Functions

  • word is a vector of bytes holding a word to be stemmed. The letters are in word[0], word[1] … ending at word[z -> bytes length]. Bytes length is readjusted downwards as the stemming progresses. Zero termination is not in fact used in the algorithm.