(linenum→info "unix/slp.c:2238")

NOKUBI Takatsugu

Bio:Debian developer
URL:http://www.daionet.gr.jp/~knok/trac
Location:日本、東京

2008-02-28

anthy/9100e/anthy/wtype.h:52-74

   52: /* 活用クラス Conjugate Class */
   53: #define CC_NONE 0
   54: #define CC_K5 1
   55: #define CC_C5 2
   56: #define CC_G5 3
   57: #define CC_S5 4
   58: #define CC_T5 5
   59: #define CC_N5 6
   60: #define CC_M5 7
   61: #define CC_B5 8
   62: #define CC_R5 9
   63: #define CC_L5 10
   64: #define CC_W5 11
   65: #define CC_U5 12
   66: #define CC_KS1 13
   67: #define CC_RV 14
   68: #define CC_KV 15
   69: #define CC_SV 16
   70: #define CC_ZV 17
   71: #define CC_A 18
   72: #define CC_A_U 19
   73: #define CC_AJV 20
   74: #define CC_SRV 21

活用クラスのマクロ定義