IWNN_OPTION
).#include <mw/iwnn/iwnnCTR.h> s16 NjxSetOption( IWNN_CLASS* iwnn, // Parsing information class const IWNN_OPTION* option // Option setting );
Name | Description | |
---|---|---|
IN | IWNN_CLASS* iwnn | Parsing information class An error results if NULL is specified. |
IN | const IWNN_OPTION* option | Option setting. Stores settings specified for the parsing information class. The default value is set for the parsing information class if NULL is specified. Note: Option setting (default value) The number of candidates for which to automatically start consecutive-clause conversion: NJ_MAX_CANDIDATE . |
s16 | Negative value: Error; otherwise normal exit |
Error Code | Description of Error |
NJ_ERR_PARAM_ENVIRONMENT_NULL |
A NULL pointer was specified for iwnn |
CONFIDENTIAL