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

RkDeleteDic - delete specified candidates from a dictionary

Description

RkDeleteDic  deletes  specified  candidates  from  the  dictionary named by dicname.  Specify the word to
       delete in the character string wordrec, which is written in the format:

              reading   part-of-speech information   kanji candidate

       Writing wordrec, for example, as

              (HIRAGANA)     #T35     (KANJI)  ...

       will specify a candidate whose part of speech #T35 is defined  by  the  reading  "(HIRAGANA)"  and  whose
       spelling matches "(KANJI)".

Name

RkDeleteDic - delete specified candidates from a dictionary

Return Value

       This  function  returns  0  if  successful;  otherwise  it returns -1.  It also returns -1, without doing
       anything, if it has been run in a conversion mode context.

                                                                                                  RKDELETEDIC(3)

Synopsis

#include<canna/RK.h>intRkDeleteDic(cxnum,dicname,wordrec)intcxnum;char*dicname;char*wordrec;

See Also