cpp_textreg: Driver function for the C++ function.
Description
Given a labeling and a corpus, find phrases that predict this labeling.
Generally you should use the textreg method, not this method.
Usage
cpp_textreg(corpus, params)
Arguments
corpus
A list of strings or a corpus from the tm
package.
params
List of parameters to pass to the call.
Details
Warning: do not call directly. Use textreg instead
See Also
textreg, find_C_threshold