performance: Performance

Description Usage Arguments Value Examples

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()

ptstem documentation built on May 1, 2019, 7:32 p.m.