Summarize a wfm object

Usage

"summary"(object, ...)

Arguments

object
The wfm object
...
Ignored.

Summarize a wfm object

Description

Summarize a wfm object with familiar tm package look.

Details

Non-/sparse entries is the ratio of non-zeros to zero counts. Sparsity is that ratio represented as a percent. Hapax legomenon is the number(percent) of terms that appear only once in the dialogue. Dis legomenon is the number(percent) of terms that appear exactly two times once.

Examples

## <strong>Not run</strong>: # x <- with(DATA, wfm(state, list(sex, adult))) # summary(x) # ## <strong>End(Not run)</strong>