NAME Data::HanConvert - The data for converting between traditional and simplified Chinese languages. DESCRIPTION This distribution does not contain code but data to be used by other programs. They are split into 4 modules that needs to be seperately required. use Data::HanConvert::cn2tw; use Data::HanConvert::cn2tw_characters; use Data::HanConvert::tw2cn; use Data::HanConvert::tw2cn_characters; Once required, these corresponding hashref are available: $Data::HanConvert::cn2tw $Data::HanConvert::cn2tw_characters $Data::HanConvert::tw2cn $Data::HanConvert::tw2cn_characters The one named with "_characters" suffix contains only character-to-character mapping, while the other contains only phrase-to-phrase mapping. The mapping are split into different files because they are significantly larger and may not be required depending on the scenario of use. Notice that this data set is for conversion purposes. The phrases dataset are not necessarily containing only valid dictionary phrases, but may contain random long-ngrams solely for disambiguation purposes. Users are encourged to review the data set before using this data for other purposes. AUTHORS Audrey Tang <audreyt@audreyt.org> The origial data collection work from Encode::HanConvert Yo-An Lin <cornelius@cpan.org> The php builder Kang-min Liu <gugod@gugod.org> The Gugod åŠ è©ž 修改 "src/hanconvert.txt",æ¯ä¸€åˆ—ä»£è¡¨ä¸€é …çš„å°æ‡‰ï¼Œå¿…需有兩欄。第一欄為æ£é«”ä¸æ–‡ï¼Œç¬¬ 二欄ä½ç°¡é«”ä¸æ–‡ã€‚欄ä½ä»¥è‡³å°‘一個空白 (SPC, 0x20) æˆ–è·³æ ¼ (TAB, 0x09) 分隔。 æ¤å°ç…§è¡¨ä¸ï¼Œåˆ—首列尾ä¸å®œæœ‰å¤šé¤˜çš„分隔用å—符。但程å¼è™•ç†æ™‚,空白å—符 應被忽略ä¸è¨ˆï¼Œè®“編修者å¯åŠ å…¥é©ç•¶æ•¸é‡çš„空白列來ç¨åšå€éš”。 若一列ä¸ä»¥ "#" å—符為起首,則該列的內容也會被忽略,ä¸è¨ˆç‚ºå°ç…§è¡¨å…§å®¹ã€‚編修者å¯åˆ©ç”¨ 以æ¤æ–¹å¼åœ¨æª”案ä¸åŠ 入註解。 注æ„:æ£ç°¡å°ç…§ä¸¦éžå®Œç¾Žä¸€å°ä¸€å°æ‡‰ï¼Œ"hanconvert.txt" 應å¯ä»¥å®¹è¨±å–®ä¸€è©žå‡ºç¾å¤šé‡å°æ‡‰ï¼Œ 撰寫處ç†ç¨‹å¼æ™‚應ç†è§£æ¤é»žï¼Œä¸¦ä¾æƒ…境所需é¸æ“‡é©ç•¶çš„處ç†æ–¹å¼ã€‚ ç·¨ä¿®æ¬Šé™ å¦‚æžœéœ€è¦ç·¨ä¿®æ¬Šé™ï¼Œè«‹å°‡ github 帳號告知 @gugod 。 LICENCE This work is CC0 <http://creativecommons.org/publicdomain/zero/1.0/>. To the extent possible under law, Kang-min Liu has waived all copyright and related or neighboring rights to Data::HanConvert. This work is published from: Taiwan.