File: README

package info (click to toggle)
cce 0.36-1.1
  • links: PTS
  • area: main
  • in suites: potato, woody
  • size: 4,168 kB
  • ctags: 1,407
  • sloc: ansic: 15,193; makefile: 83; sh: 23
file content (31 lines) | stat: -rwxr-xr-x 906 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Two Input Method Systems Here:

1. Pinyin

  pinyin.map      pinyin->char mapping, txt file
  sysphrase.txt   system phrases txt file
  usrphrase.txt   user phrases txt file
  sysphrase.tab   system phrases binary file
  usrphrase.tab   user phrases binary file

  txt2tab         convert txt phrases to tab  
           (read table and generate single chars, used for system phrases)
  txt2tab1        convert txt phrases to tab
                   (without single chars)

  tab2txt          tab->txt without single chars
  tab2txt1         tab->txt with single chars

  How to add the user phrases into system phrases?

   (1) edit sysphrase.txt and execute txt2tab
   (2)  tab2txt usrphrase.tab usrphrase.txt
        cat usrphrase.txt >> sysphrase.txt
        txt2tab sysphrase.txt sysphrase.tab

    Idea:  Tab->Txt, combine ->Tab

 2. Biao3 Ge2

  cin2tab          cin->tab
  tab2cin          tab->cin