GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RKGETLEX(3) FreeBSD Library Functions Manual RKGETLEX(3)

RkGetLex - get morphemic information on each word that makes up the current candidate

#include <canna/RK.h>
int RkGetLex(cxnum, lex, maxlex)
int cxnum;
RkLex *lex;
int maxlex;

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:

ylen
Byte length of the reading of a word
klen
Byte length of the kanji of the word
rownum
Row number of the word
coldnum
Column number of the word
dicnum
Not used

This function returns -1, without doing anything, if it has been run in a nonconversion mode context.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.