logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

RkGetStat - get analysis information about the current candidate

Description

RkGetStat  gets  analysis  information about the current candidate.  The fields of the structure stat are
       loaded with the following:

              bunnum      Current clause number

              candnum     Current candidate number

              maxcand     Number of candidates for the current clause

              diccandmaxcand less the mode specification of RkBgnBun(3)

              ylen        Byte length of the reading of the current candidate

              klen        Byte length of the kanji of the current candidate

              tlen        Number of words making up the current candidate

Name

RkGetStat - get analysis information about the current candidate

Return Value

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

                                                                                                    RKGETSTAT(3)

Synopsis

#include<canna/RK.h>intRkGetStat(cxnum,stat)intcxnum;Rkstat*stat;

See Also