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.


dfalbel/rslp documentation built on May 16, 2020, 11:45 a.m.