DragonFly On-Line Manual Pages
RKGETLEX(3) DragonFly Library Functions Manual RKGETLEX(3)
NAME
RRkkGGeettLLeexx - get morphemic information on each word that makes up the
current candidate
SYNOPSIS
##iinncclluuddee <<ccaannnnaa//RRKK..hh>>
iinntt RRkkGGeettLLeexx((ccxxnnuumm,, lleexx,, mmaaxxlleexx))
iinntt ccxxnnuumm;;
RRkkLLeexx **lleexx;;
iinntt mmaaxxlleexx;;
DESCRIPTION
RkGetLex 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:
yylleenn Byte length of the reading of a word
kklleenn Byte length of the kanji of the word
rroowwnnuumm Row number of the word
ccoollddnnuumm Column number of the word
ddiiccnnuumm Not used
RETURN VALUE
This function returns --11, without doing anything, if it has been run in
a nonconversion mode context.
RKGETLEX(3)