unine (version 0.2.0)

spanish_stemmer: Stem Spanish words

Description

Stemmer for Spanish words

Usage

spanish_stemmer(words)

Arguments

words

a character containing the original words.

Value

character with stemmed words.

Examples

Run this code
# NOT RUN {
spanish_stemmer(c("perros"))
# }

Run the code above in your browser using DataCamp Workspace