SimpleStemmer: Simple Stemmer

SimpleStemmerR Documentation

Simple Stemmer

Description

Simple suffix-stripping stemmer (no external dependencies)

Public fields

suffixes

List of suffixes to remove

Methods

Public methods


Method stem()

Stem a word

Usage
SimpleStemmer$stem(word)
Arguments
word

Word to stem

Returns

Stemmed word


Method stem_words()

Stem multiple words

Usage
SimpleStemmer$stem_words(words)
Arguments
words

Character vector

Returns

Stemmed words


Method clone()

The objects of this class are cloneable with this method.

Usage
SimpleStemmer$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


VectrixDB documentation built on Feb. 20, 2026, 5:09 p.m.