unine (version 0.2.0)

german_stemmer: Stem German words

Description

Stemmer for German words

Usage

german_stemmer(words)

Arguments

words

a character containing the original words.

Value

character with stemmed words.

Examples

Run this code
# NOT RUN {
german_stemmer(c("kinder"))
# }

Run the code above in your browser using DataLab