IWNN_MERGE_RESULT Structure

Description

The merge result structure is used to store a result list that merges multiple processing results (IWNN_RESULT). This is used by the function for merging candidate lists (NjxMergeWordList).

Structure Configuration

struct IWNN_MERGE_RESULT {
     IWNN_RESULT* result;                           // Phrase information
     IWNN_CLASS* iwnn;                              // Parsing information class
}

Structure Members

IWNN_RESULT* result Phrase information (processing result structure)
Stores the processing results obtained from conversion or searching for words.
IWNN_CLASS* iwnn Parsing information class.
The parsing information class is used by the process that generates the phrase information (result).
This is used to get information such as the reading or notation of a phrase from the phrase information.

CONFIDENTIAL