home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2002 September / APC0902D1.ISO / ntload / windows / files / njcom230.exe / UTILITY.DOC < prev   
Encoding:
Text File  |  2001-10-03  |  4.7 KB  |  127 lines

  1.  
  2.                   UTILITY.DOC
  3.  
  4. This file covers all the infomation about running the following programs
  5. ==============================================================================
  6.                         1. B5INPDIC.EXE
  7.                         2. B5CZDIC.EXE
  8.                         3. LXB52DIC.EXE
  9.                         4. LXGB2DIC.EXE
  10. ==============================================================================
  11. 1. B5INPDIC.EXE
  12.  
  13. B5INPDIC - Convert a Big5 input table to DBG file for NJSTAR Version 4.5
  14.  
  15. Usage: B5INPDIC filename(.B5) output(.DBG) (without .ext) [*CiZu]
  16.  
  17. Example: 1.  B5INPDIC njinputz njinputz
  18.  
  19.  
  20.      2.  B5INPDIC njinputz njinputz *CiZu
  21.  
  22.      NOTE:    1) If *CiZu is specified, B5INPDIC only read Def line of
  23.            njinputz.b5, and generate 130 Byte file for NJCIZUZ.DIC.
  24.                    It require NJCIZUZ.DBG in order to work, Please Run
  25.                    B5CZDIC.exe /? for how to generate such CiZu File.
  26.         2) With CiZu Input, Max key length is 16 Regardless defined
  27.            in Def line of Njinputz.b5.
  28.  
  29. The output file name should be NJINPUTx.DBG(where x=A-Z,Note A-K have been used)
  30.  
  31. NOTE: if you create a useful Input dictionary for NJSTAR. Please make it
  32.       availabe to the public for the common interest of Chinese community.
  33.  
  34. In the Big5 input file NJINPUTZ.B5, you should have a line like bellow.
  35.  
  36. ******************************************************************************
  37. * line start with * are comment
  38. *
  39. * +---------------- Input method name 2 char Chinese (4 bytes) - Not used in v4.3
  40. * |  +------------- N - Number key (0-9), A - Alpha key (a-z)
  41. * |  |            X - Alpha and numerical key(0-9 a-z)
  42. * |  |              Add a '+' after AN, extra 5 chars permitted (,./;')
  43. * |  |              Add a '+' after X, all chars permitted (,./;'[]-=\`<>?:"{}!@#$%^&*)
  44. * |  | +----------- Max key length (max(N)=8,max(A)=6,max(X)=5)
  45. * |  | | +--------- M - Multiple selection or U - Unique key (1 CC per key)
  46. * |  | | |  +------ Range of Key Character ( 0-9 for Num Key, a-z for Alpha key
  47. * |  | | |  |                     0-z for Alpha Numerical key)
  48. * |  | | |  |  +--- Learning key (not implemented yet)
  49. * |  | | |  |  | +--BIG5 first byte code rang (161-249 for Big5)
  50. * |  | | |  |  | |                             136-254 Big5+HKSCS
  51. * |  | | |  |  | |        +-- IME Name in English (max 9 bytes)
  52. * |  | | |  |  | |        |        +-- IME Name in Chinese (max 9 bytes)
  53. * |  | | |  |  | |        |        |
  54. ñ¡╣║ N 5 M 0-9 0 161-249 (5 Stroke)[ñ¡╡º╣║]
  55. 25152  ░í
  56. 52122  ░ó
  57. 12154  ░ú
  58. 12154  ░ñ
  59. 25114  ░Ñ
  60. 25154  ░ª
  61. 41254  ░º
  62. 32515  ░¿
  63. ....
  64.  
  65. ==============================================================================
  66. 2. B5CZDIC.EXE
  67.  
  68. B5CZDIC - Convert Big5 CiZu table to DBG file for NJSTAR 4.0
  69.  
  70. [USAGE]
  71.     B5CZDIC Big5file dicfile
  72.  
  73. [EXAMPLE]
  74.  
  75.     B5CZDIC userdic.b5 njcizun.dic
  76.  
  77. Please see USERDIC.B5 for example of big5 file format
  78.  
  79. ==============================================================================
  80. 3. LXB52DIC.EXE (For registered user only)
  81.  
  82. LXB52DIC - Add/Delete/Compare Words in LianXiang Dictionary. Version 4.2
  83.  
  84. Usage:    (The Updated Dictionary will be NANJILX.DIC)
  85.  
  86.     (1) Add Words from file to DIC
  87.             LXB52DIC [/atend] @dicfile.dbg +cihui.b5
  88.         /atend -- add word at end of the list
  89.  
  90.     (2) Delete Listed Words from DIC
  91.             LXB52DIC @dicfile.dbg    -cihui.b5
  92.  
  93.         (3) Compare Two Dictionaries
  94.             LXB52DIC @Dicfile1 @Dicfile2 >NEWWORD2.b5
  95.             LXB52DIC @Dicfile2 @Dicfile1 >NEWWORD1.b5
  96.             Newword1.b5 contains the words only in Dicfile1
  97.             Newword2.b5 contains the words only in Dicfile2
  98.  
  99. Using this program, you can extract new words in NJSTAR WP 4.0/4.1/4.2
  100. to a list, then add it to NJSTAR WP 4.3 through the dictionary manager.
  101.  
  102. =============================================================================
  103. 4. LXGB2DIC.EXE (For registered user only)
  104.  
  105.    The usage is same as LXB52DIC. It supplied here for you to extract
  106.    the entries you have added / deleted in NJSTAR 3.0x GB version.
  107.  
  108.    To update your Lianxing DIC to Version 4.0, Do
  109.  
  110.    (1). nanjilx.NEW is your current dic in v3.0, nanjilx.OLD is
  111.         the one from v3.0 installation disk.
  112.  
  113.           LXGB2DIC @nanjilx.NEW @nanjilx.OLD >added.gb
  114.           LXGB2DIC @nanjilx.OLD @nanjilx.NEW >deleted.gb
  115.  
  116.    (2). Conver GB file ADDED.GB and DELETED.GB to Big5 as ADDED.B5 amd
  117.         DELETED.B5 using NJSTAR 3.0 or 4.0.
  118.  
  119.    (3). Add/delete the world in version 4.0 lianxing dic
  120.  
  121.          LXB52DIC @nanjilx.dbg +added.b5
  122.          LXB52DIC @nanjilx.dbg -deleted.b5
  123.  
  124. Using this program, you can extract new words in NJSTAR WP GB 3.x
  125. to a list, then add it to NJSTAR WP 4.3 through the dictionary manager.
  126. =============================================================================
  127.