rslp_ {rslp}R Documentation

RSLP_

Description

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

Usage

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

Arguments

word

word to be stemmed.

steprules

as obtained from the function extract_rules.


[Package rslp version 0.2.0 Index]