Usage
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:
UIUnderstemming Index
OIOverstemming Index
Examples
Run this code# NOT RUN {
perf <- performance()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab