rslp_ {rslp} | R Documentation |
Apply the Stemming Algorithm for the Portuguese Language to a word.
rslp_(
word,
steprules = readRDS(system.file("steprules.rds", package = "rslp"))
)
word |
word to be stemmed. |
steprules |
as obtained from the function extract_rules. |