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
RKDELETEDIC(3) FreeBSD Library Functions Manual RKDELETEDIC(3)

RkDeleteDic - delete specified candidates from a dictionary

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

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)".

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.

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.