
The validated internal parameters and word lists
patccat_defaults.RdReturns the classifier's default parameters and word lists as a named list –
what fn.patccat uses unless overridden, and a convenient starting
point for the override arguments.
Examples
d <- patccat_defaults()
if (FALSE) { # \dontrun{
## override: extend the product word list, keep everything else validated
out <- fn.patccat(claim_lines, product.words = c(d$product.words, "widget"))
} # }