cpp_textreg {textreg} | R Documentation |
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 |
params |
List of parameters to pass to the call. |
Details
Warning: do not call directly. Use textreg instead
See Also
textreg, find_C_threshold
[Package textreg version 0.1.5 Index]