Learn R Programming

ptstem (version 0.0.7)

performance: Performance

Description

Performance

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:

UI

Understemming Index

OI

Overstemming Index

Examples

Run this code
# NOT RUN {
perf <- performance()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab