Learn R Programming

textcat (version 0.0-1)

textcat_options: Textcat Options

Description

Get and set options used for n-gram based text categorization.

Usage

textcat_options(option, value)

Arguments

option
character string indicating the option to get or set (see Details). If missing, all options are returned as a list.
value
Value to be set. If omitted, the current value of the given option is returned.

Details

Currently, the following options are available: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

See Also

textcat_profile_db for how the first 6 options are used when computing n-gram profiles. textcnt in package tau which provides the functionality for term or pattern counting of text documents employed by textcat.