Performance
performance(stemmers = c("rslp", "hunspell", "porter", "modified-hunspell"))
stemmers | a character vector with names of stemming algorithms. In the near future, functions will also be accepted. |
---|
a data.frame with the following measures calculated for each stemmer:
Understemming Index
Overstemming Index
# NOT RUN { perf <- performance() # }