performance: Performance

Description Usage Arguments Value Examples

View source: R/performance.R

Description

Performance

Usage

1
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

1
## Not run: perf <- performance()

dfalbel/ptstem documentation built on May 16, 2020, 11:45 a.m.