rslp_: RSLP_

Description Usage Arguments

View source: R/rslp.R

Description

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

Usage

1
2
3
4
rslp_(
  word,
  steprules = readRDS(system.file("steprules.rds", package = "rslp"))
)

Arguments

word

word to be stemmed.

steprules

as obtained from the function extract_rules.


rslp documentation built on July 1, 2020, 11:11 p.m.

Related to rslp_ in rslp...