|
NAMERkGetLex - get morphemic information on each word that makes up the current candidate SYNOPSIS#include <canna/RK.h> int RkGetLex(cxnum, lex, maxlex) int cxnum; RkLex *lex; int maxlex; DESCRIPTIONRkGetLex gets morphemic information on each word that makes up the current candidate, and stores it in the array lex in sequence from the left. Right-side word information is truncated when the number of words exceeds maxlex. The fields of the structure lex are loaded with the following: RETURN VALUEThis function returns -1, without doing anything, if it has been run in a nonconversion mode context.
|