IWNN_RESULT
). This is used by the function for merging candidate lists (NjxMergeWordList
).struct IWNN_MERGE_RESULT { IWNN_RESULT* result; // Phrase information IWNN_CLASS* iwnn; // Parsing information class }
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