chickadee » stemmer » stem

stem stemmer wordprocedure

Returns the stem of the given word according to the language algorithm given as stemmer which is a stemmer object as returned by make-stemmer. Note that this function isn't thread safe, so you either have to appropriately lock it or make sure that stemmer objects are thread local.