Apply the Stemming Algorithm for the Portuguese Language to a word.

rslp_(
  word,
  steprules = readRDS(system.file("steprules.rds", package = "rslp"))
)

Arguments

word

word to be stemmed.

steprules

as obtained from the function extract_rules.