unine (version 0.2.0)

french_stemmer: Stem French words

Description

Stemmer for French words

Usage

french_stemmer(words)

Arguments

words

a character containing the original words.

Value

character with stemmed words.

Examples

Run this code
# NOT RUN {
french_stemmer(c("tester", "testament", "clients"))
# }

Run the code above in your browser using DataLab