|
XCIN Mail-list
|
| Indexed By Date: [Previous] [Next] | Indexed By Thread: [Previous] [Next] |
| Subject: | Re: ?@???r?????????o???????D |
| From: | Kuang-che Wu <kcwu@camel.ck.tp.edu.tw> |
| Organization: | Taipei Chien-kuo Senior High School |
| Date: | 31 Dec 2000 18:43:38 GMT |
| To: | xcin@tlug.sinica.edu.tw |
| Delivered-To: | xcin-gate@tlug.sinica.edu.tw |
| Delivered-To: | xcin-list@tlug.sinica.edu.tw |
| Reply-To: | xcin@tlug.sinica.edu.tw |
thhsieh@tlug.sinica.edu.tw 提到:
> consistance 的部分 :-)) 這部分又分成好些個子部分,目前只將
> 「字音有(缺)誤」的部分 merge 進來了,其他部分我這幾天會慢慢
> 弄進來。
還有 xcin 各個音輸入法, phone.cin, pinyin.cin
可能也要 merge 進去.
> : > 著 20366 ㄓㄠ ㄓㄜ5 ㄓㄠ2 ㄓㄨㄛ2
> : > (缺ㄓㄨ4, 可是 libtabe 似乎最多一字只能 4 個音??)
> : 這倒是個問題!
> 我還沒仔細檢驗 libtabe 的程式碼,但為了避免此問題,我已將上述
> 讀音順序調了一下:
從 libtabe 的 doc/libtabe.sgml
155行
<item>ZhiInfo:一個中文字的資料結構。透過這個資料結構,
可以取得許多有關這個字的資訊。yin 中存放這個字的讀音,
最多四個。
246行
CMEX 的屬性檔中,一個中文字最多有四種讀音。
在 src/tabe.h 的 25 行, 可以看到
struct ZhiInfo {
ZhiCode code;
Zhi chct;
Yin yin[4];
unsigned long int refcount; /* should be obsoleted soon */
};
所以現在的 tsi.src 可能會造成 libtabe 執行上的問題....
至於直接把 yin[4] 改大一些是否能解決問題, 我並不清楚...
To Unsubscribe: send mail to majordomo@linux.org.tw
with "unsubscribe xcin" in the body of the message
| Indexed By Date | Previous: |
「教唆」與「叫唆」 From: thhsieh@tlug.sinica.edu.tw |
|---|---|---|
| Next: |
Re: 「教唆」與「叫唆」 From: Edward Lee <edward.@kimo.com> |
|
| Indexed By Thread | Previous: |
Re: 一些字詞辦正及發音的問題 From: thhsieh@tlug.sinica.edu.tw |
| Next: |
Re: 一些字詞辦正及發音的問題 From: Tzu-hsien Yu <thyu@ck.tp.edu.tw> |