Performance

performance(stemmers = c("rslp", "hunspell", "porter", "modified-hunspell"))

Arguments

stemmers

a character vector with names of stemming algorithms. In the near future, functions will also be accepted.

Value

a data.frame with the following measures calculated for each stemmer:

UI

Understemming Index

OI

Overstemming Index

Examples

# NOT RUN {
perf <- performance()
# }