home *** CD-ROM | disk | FTP | other *** search
-
- UTILITY.DOC
-
- This file covers all the infomation about running the following programs
- ==============================================================================
- 1. B5INPDIC.EXE
- 2. B5CZDIC.EXE
- 3. LXB52DIC.EXE
- 4. LXGB2DIC.EXE
- ==============================================================================
- 1. B5INPDIC.EXE
-
- B5INPDIC - Convert a Big5 input table to DBG file for NJSTAR Version 4.5
-
- Usage: B5INPDIC filename(.B5) output(.DBG) (without .ext) [*CiZu]
-
- Example: 1. B5INPDIC njinputz njinputz
-
-
- 2. B5INPDIC njinputz njinputz *CiZu
-
- NOTE: 1) If *CiZu is specified, B5INPDIC only read Def line of
- njinputz.b5, and generate 130 Byte file for NJCIZUZ.DIC.
- It require NJCIZUZ.DBG in order to work, Please Run
- B5CZDIC.exe /? for how to generate such CiZu File.
- 2) With CiZu Input, Max key length is 16 Regardless defined
- in Def line of Njinputz.b5.
-
- The output file name should be NJINPUTx.DBG(where x=A-Z,Note A-K have been used)
-
- NOTE: if you create a useful Input dictionary for NJSTAR. Please make it
- availabe to the public for the common interest of Chinese community.
-
- In the Big5 input file NJINPUTZ.B5, you should have a line like bellow.
-
- ******************************************************************************
- * line start with * are comment
- *
- * +---------------- Input method name 2 char Chinese (4 bytes) - Not used in v4.3
- * | +------------- N - Number key (0-9), A - Alpha key (a-z)
- * | | X - Alpha and numerical key(0-9 a-z)
- * | | Add a '+' after AN, extra 5 chars permitted (,./;')
- * | | Add a '+' after X, all chars permitted (,./;'[]-=\`<>?:"{}!@#$%^&*)
- * | | +----------- Max key length (max(N)=8,max(A)=6,max(X)=5)
- * | | | +--------- M - Multiple selection or U - Unique key (1 CC per key)
- * | | | | +------ Range of Key Character ( 0-9 for Num Key, a-z for Alpha key
- * | | | | | 0-z for Alpha Numerical key)
- * | | | | | +--- Learning key (not implemented yet)
- * | | | | | | +--BIG5 first byte code rang (161-249 for Big5)
- * | | | | | | | 136-254 Big5+HKSCS
- * | | | | | | | +-- IME Name in English (max 9 bytes)
- * | | | | | | | | +-- IME Name in Chinese (max 9 bytes)
- * | | | | | | | | |
- ñ¡╣║ N 5 M 0-9 0 161-249 (5 Stroke)[ñ¡╡º╣║]
- 25152 ░í
- 52122 ░ó
- 12154 ░ú
- 12154 ░ñ
- 25114 ░Ñ
- 25154 ░ª
- 41254 ░º
- 32515 ░¿
- ....
-
- ==============================================================================
- 2. B5CZDIC.EXE
-
- B5CZDIC - Convert Big5 CiZu table to DBG file for NJSTAR 4.0
-
- [USAGE]
- B5CZDIC Big5file dicfile
-
- [EXAMPLE]
-
- B5CZDIC userdic.b5 njcizun.dic
-
- Please see USERDIC.B5 for example of big5 file format
-
- ==============================================================================
- 3. LXB52DIC.EXE (For registered user only)
-
- LXB52DIC - Add/Delete/Compare Words in LianXiang Dictionary. Version 4.2
-
- Usage: (The Updated Dictionary will be NANJILX.DIC)
-
- (1) Add Words from file to DIC
- LXB52DIC [/atend] @dicfile.dbg +cihui.b5
- /atend -- add word at end of the list
-
- (2) Delete Listed Words from DIC
- LXB52DIC @dicfile.dbg -cihui.b5
-
- (3) Compare Two Dictionaries
- LXB52DIC @Dicfile1 @Dicfile2 >NEWWORD2.b5
- LXB52DIC @Dicfile2 @Dicfile1 >NEWWORD1.b5
- Newword1.b5 contains the words only in Dicfile1
- Newword2.b5 contains the words only in Dicfile2
-
- Using this program, you can extract new words in NJSTAR WP 4.0/4.1/4.2
- to a list, then add it to NJSTAR WP 4.3 through the dictionary manager.
-
- =============================================================================
- 4. LXGB2DIC.EXE (For registered user only)
-
- The usage is same as LXB52DIC. It supplied here for you to extract
- the entries you have added / deleted in NJSTAR 3.0x GB version.
-
- To update your Lianxing DIC to Version 4.0, Do
-
- (1). nanjilx.NEW is your current dic in v3.0, nanjilx.OLD is
- the one from v3.0 installation disk.
-
- LXGB2DIC @nanjilx.NEW @nanjilx.OLD >added.gb
- LXGB2DIC @nanjilx.OLD @nanjilx.NEW >deleted.gb
-
- (2). Conver GB file ADDED.GB and DELETED.GB to Big5 as ADDED.B5 amd
- DELETED.B5 using NJSTAR 3.0 or 4.0.
-
- (3). Add/delete the world in version 4.0 lianxing dic
-
- LXB52DIC @nanjilx.dbg +added.b5
- LXB52DIC @nanjilx.dbg -deleted.b5
-
- Using this program, you can extract new words in NJSTAR WP GB 3.x
- to a list, then add it to NJSTAR WP 4.3 through the dictionary manager.
- =============================================================================
-