မဝ်ဂျူ:zh-usex/data

နူ ဝိက်ရှေန်နရဳ

Documentation for this module may be created at မဝ်ဂျူ:zh-usex/data/doc

local data = {}

data.variety_list = {
	["MSC"] = { "[[w:Standard Chinese|MSC]]", "cmn", "Pinyin" },
		["M-BJ"] = { "[[w:Beijing dialect|Beijing Mandarin]]", "cmn", "Pinyin" },
		["M-TW"] = { "[[w:Taiwanese Mandarin|Taiwanese Mandarin]]", "cmn", "Pinyin" },
		["M-MY"] = { "[[w:Malaysian Mandarin|Malaysian Mandarin]]", "cmn", "Pinyin" },
		["M-SG"] = { "[[w:Singaporean Mandarin|Singaporean Mandarin]]", "cmn", "Pinyin" },
		["M-TJ"] = { "[[w:Tianjin dialect|Tianjin Mandarin]]", "cmn", "Pinyin" },
		["M-NE"] = { "[[w:Northeastern Mandarin|Northeastern Mandarin]]", "cmn", "Pinyin" },
		["M-S"]  = { "[[w:Sichuanese dialects|Sichuanese]]", "cmn-sze", "Sichuanese Pinyin" },
		["M-NJ"] = { "[[w:Nanjing dialect|Nanjing Mandarin]]", "cmn-njn", "Nankinese Pinyin" },
		["M-W"]  = { "[[w:Wuhan dialect|Wuhanese]]", "cmn-wuh", "IPA" },
		["M-GL"]  = { "[[w:zh:桂林話|Guilin Mandarin]]", "cmn-gli", "IPA" }, --IPA as a placeholder
		["M-UIB"] = { "[[w:Mandarin Chinese|dialectal Mandarin]]", "cmn", "Pinyin" }, -- UIB stands for "unidentified Beijingesque"; this is only used for dialects with similar phonology to one of Beijing dialect or MSC
	
	["CL"] = { "[[w:Classical Chinese|Classical Chinese]]", "cmn", "Pinyin" },
		["CL-TW"] = { "[[w:Classical Chinese|Classical Chinese]]", "cmn", "Pinyin ([[w:Taiwanese Mandarin|Taiwanese Mandarin]])" },
		["CL-VN"] = { "[[w:Classical Chinese|Classical Chinese]]", "vi", "[[w:Sino-Vietnamese vocabulary|Sino-Vietnamese]]" },
		["CL-KR"] = { "[[w:Chinese-language literature of Korea|Korean Classical Chinese]]", "ko", "[[w:Sino-Korean vocabulary|Sino-Korean]]" },
		["CL-C"] = { "[[w:Classical Chinese|Classical Chinese]]", "yue", "Jyutping" },

	["CI"] = { "[[w:Ci (poetry)|Ci]]", "cmn", "Pinyin" },
	
	["WVC"] = { "[[w:Written vernacular Chinese|Written Vernacular Chinese]]", "cmn", "Pinyin" },

	["C"] = { "[[w:Cantonese|Cantonese]]", "yue", "Jyutping" },
		["C-GZ"] = { "[[w:Cantonese|Guangzhou Cantonese]]", "yue", "Jyutping" },
		["C-LIT"] = { "[[w:Cantonese|Literary Cantonese]]", "yue", "Jyutping" },
		["C-T"] = { "[[w:Taishanese|Taishanese]]", "zhx-tai", "Wiktionary" },

	["J"] = { "[[w:Jin Chinese|Jin]]", "cjy", "[[Wiktionary:About Chinese/Jin|Wiktionary]]" },
		
	["MB"] = { "[[w:Min Bei|Min Bei]]", "mnp", "[[w:Kienning Colloquial Romanized|Kienning Colloquial Romanized]]" },
	
	["MD"] = { "[[w:Min Dong|Min Dong]]", "cdo", "[[w:Bàng-uâ-cê|Bàng-uâ-cê]] / IPA" },
	
	["MN"] = { "[[w:Hokkien|Hokkien]]", "nan", "[[w:Pe̍h-ōe-jī|Pe̍h-ōe-jī]]" },
		["TW"] = { "[[w:Taiwanese Hokkien|Taiwanese Hokkien]]", "nan", "[[w:Pe̍h-ōe-jī|Pe̍h-ōe-jī]]" },
		["MN-PH"] = { "[[w:Philippine Hokkien|Philippine Hokkien]]", "nan", "[[w:Pe̍h-ōe-jī|Pe̍h-ōe-jī]]" },
		["MN-T"] = { "[[w:Teochew dialect|Teochew]]", "zhx-teo", "[[w:Peng\'im|Peng\'im]]" },
		["MN-H"] = { "[[w:Hainanese|Hainanese]]", "nan-hai", "[[w:Guangdong Romanization|Guangdong Romanization]]" },
		
	["W"] = { "[[w:Wu Chinese|Wu]]", "wuu", "IPA" },
		["SH"] = { "[[w:Shanghainese|Shanghainese]]", "wuu", "IPA" },
		["W-SZ"] = { "[[w:Suzhounese|Suzhounese]]", "wuu", "IPA" },

	["X"] = { "[[w:Xiang Chinese|Xiang]]", "hsn", "[[Wiktionary:About Chinese/Xiang|Wiktionary]]" },
		
	["H"] = { "[[w:Sixian dialect|Sixian Hakka]]", "hak", "[[w:Pha̍k-fa-sṳ|Pha̍k-fa-sṳ]]" },
		["H-HL"] = { "[[w:Hailu dialect|Hailu Hakka]]", "hak", "[[w:Taiwanese Hakka Romanization System|Taiwanese Hakka Romanization System]]" },
        ["H-MX"] = { "[[w:Meixian dialect|Meixian Hakka]]", "hak", "[[w:Pinfa|Hakka Transliteration Scheme]]" },
		["H-MY-HY"] = { "Malaysian Huiyang Hakka", "hak", "IPA" }, --IPA as a placeholder
		["H-EM"] = { "[[w:Hakka Chinese|Hakka]]", "hak", "IPA" }, --Early Modern Hakka, IPA as a placeholder
	
	["WX"] = { "[[w:Waxiang Chinese|Waxiang]]", "wxa", "IPA" },
}

data.punctuation = {
	[","] = ",",	["。"] = ".",	["、"] = ",",
	["?"] = "?",	["!"] = "!",
	
	["《"] = "“",	["》"] = "”",
	["〈"] = "‘",	["〉"] = "’",
	["『"] = "‘",	["』"] = "’",
	["「"] = "“",	["」"] = "”",
	
	["("] = "(",	[")"] = ")",
	[";"] = ";",	[":"] = ":",
	["|"] = "|",	["—"] = "-",	["~"] = "~",	["——"] = "—",
	["·"] = " ",	["…"] = "...",
	["."] = ".",

	[" "] = ",",
}

local CE = '<small class="ce-date">[[Appendix:Glossary#CE|<span title="Glossary and display preference">CE</span>]]</small>'
local BCE = '<small class="ce-date">[[Appendix:Glossary#BCE|<span title="Glossary and display preference">BCE</span>]]</small>'

local function format_mao(year, chinese_title, english_title, volume, number) -- volume and number are used to generate links to the Marxists Internet Archive
	return { "MSC",  "'''" .. year .. "''', <span lang=\"zh\" class=\"Hani\">[[w:zh:毛澤東|毛澤東]]</span> ([[w:Mao Zedong|Mao Zedong]]), <span lang=\"zh\" class=\"Hani\">《" .. chinese_title .. "》</span> (" .. english_title .. "), <span lang=\"zh\" class=\"Hani\">《[[w:zh:毛澤東選集|毛澤東選集]]》</span>. English translation based on [https://www.marxists.org/reference/archive/mao/selected-works/volume-" .. volume .. "/mswv" .. volume .. "_" .. number .. ".htm the Foreign Languages Press edition]" }
end

data.ref_list = {
	['Analects']     =  { "CL",  "The ''[[w:Analects|Analects]] of Confucius'', circa 475 – 221 " .. BCE .. ", translated based on [[w:James Legge|James Legge]]'s version" },
	['Analects-W']   =  { "CL",  "The ''[[w:Analects|Analects]] of Confucius'', circa 475 – 221 " .. BCE .. ", Wiktionary translation" },
	['Baopuzi']    =  { "CL",  "[[w:Ge Hong|Ge Hong]], ''[[w:Baopuzi|Baopuzi]]'', 4<sup>th</sup> century " .. CE },
	['Beiqishu']     =  { "CL",  "The ''[[w:Book of Northern Qi|Book of Northern Qi]]'', by [[w:Li Baiyao|Li Baiyao]], 636 " .. CE },
	['Bencao Gangmu']=  { "CL",  "The ''[[w:Compendium of Materia Medica|Compendium of Materia Medica]]'' [Bencao Gangmu], by [[w:Li Shizhen|Li Shizhen]], 1578 " .. CE },
	['Changhenge']   =  { "CL",  "'''806''' " .. CE .. ", [[w:Bai Juyi|Bai Juyi]], ''[[wikisource:Song of Everlasting Regret|Song of Everlasting Regret]]''" },
	['Chuci']        =  { "CL",  "The ''[[w:Chu Ci|Verses of Chu]]'', 4<sup>th</sup> century " .. BCE .." – 2<sup>nd</sup> century " .. CE },
	['Daodejing']    =  { "CL",  "''[[w:Tao Te Ching|Tao Te Ching]]'', 4<sup>th</sup> century " .. BCE },
	['Daodejing-L']  =  { "CL",  "''[[w:Tao Te Ching|Tao Te Ching]]'', 4<sup>th</sup> century " .. BCE .. ", translated based on [[w:James Legge|James Legge]]'s version" },
	['Datang Xiyuji']=  { "CL",  "[[w:Xuanzang|Xuanzang]], ''[[w:Great Tang Records on the Western Regions|Great Tang Records on the Western Regions]]'', 646 " .. CE },
	['Dou E Yuan']=  { "WVC",  "'''Yuan Dynasty''', [[w:Guan Hanqing|Guan Hanqing]], ''[[w:The Injustice to Dou E|The Injustice to Dou E]]''" },
	['Erya']         =  { "CL",  "''[[w:Erya|Erya]]'', 5<sup>th</sup> – 2<sup>nd</sup> century " .. BCE },
	['Ernv Yingxiongzhuan'] = { "WVC", "Wenkang, ''[[w:Ernü Yingxiong Zhuan|Ernü Yingxiongzhuan]]'', 1878 " .. CE },
	['Fangyan']      =  { "CL",  "[[w:Yang Xiong (author)|Yang Xiong]], ''[[w:Fangyan|Fangyan]]'', circa 1<sup>st</sup> century " .. BCE },
	['Fayan']        =  { "CL",  "[[w:Yang Xiong (author)|Yang Xiong]], ''[[w:Fayan (book)|Fa Yan]]'' (''Exemplary Sayings''), 9 " .. CE },
	['Fayan-B']      =  { "CL",  "[[w:Yang Xiong (author)|Yang Xiong]], ''[[w:Fayan (book)|Fa Yan]]'' (''Exemplary Sayings''), 9 " .. CE .. ", translated based on Jeffrey S. Bullock's version" },
    ['Gongyangzhuan']=  { "CL",  "''[[w:Gongyang Zhuan|Commentary of Gongyang]]'', circa 206 " .. BCE .. "– 9 " .. CE },
	['Guanyinzi']    =  { "CL",  "''[[w:zh:關尹子|Guanyinzi]]'', time unknown" },
	['Guanzi']       =  { "CL",  "''[[w:Guanzi (text)|Guanzi]]'', 5<sup>th</sup> century " .. BCE .. " to 220 " .. CE  },
    ['Guliangzhuan'] =  { "CL",  "''[[w:Guliang Zhuan|Commentary of Guliang]]'', circa 206 " .. BCE .. "– 9 " .. CE },
	['Guoyu']        =  { "CL",  "''[[w:Guoyu (book)|Guoyu]]'', circa 4<sup>th</sup> century " .. BCE },
	['Hanfeizi']     =  { "CL",  "''[[w:Han Feizi (book)|Han Feizi]]'', circa 2<sup>nd</sup> century " .. BCE },
	['Hanshi Waizhuan']    =  { "CL",  "''[[w:Han shi waizhuan|Han shi waizhuan]]'', 1<sup>nd</sup> century " .. BCE },
	['Hanshu']       =  { "CL",  "The ''[[w:Book of Han|Book of Han]]'', circa 1<sup>st</sup> century " .. CE },
	['Houhanshu']    =  { "CL",  "The ''[[w:Book of the Later Han|Book of the Later Han]]'', circa 5<sup>th</sup> century " .. CE },
	['Hongloumeng']  =  { "WVC", "[[w:Cao Xueqin|Cao Xueqin]], ''[[w:Dream of the Red Chamber|Dream of the Red Chamber]]'', mid-18<sup>th</sup> century " .. CE },
	['Huainanzi']    =  { "CL",  "''[[w:Huainanzi|Huainanzi]]'', 2<sup>nd</sup> century " .. BCE },
	['Huangdi Neijing']={ "CL",  "''[[w:en:Huangdi Neijing|Huangdi Neijing]]'', 4<sup>th</sup> century " .. BCE .. " to 3<sup>rd</sup> century " .. CE },
	['Jinpingmei']   =  { "WVC",  "''[[w:en:The Plum in the Golden Vase|The Plum in the Golden Vase]]'', circa 1610 " .. CE },
	['Jinshi']       =  { "CL",  "'''1344''' " .. CE .. ", [[w:en:Toqto'a (Yuan dynasty)|Toqto'a]] (lead editor), ''[[w:en:History of Jin|History of Jin]]''" },
	['Jinshu']       =  { "CL",  "'''648''' " .. CE .. ", [[w:en:Fang Xuanling|Fang Xuanling]] (lead editor), ''[[w:en:Book of Jin|Book of Jin]]''" },
	['Jiutangshu']   =  { "CL",  "The ''[[w:en:Old Book of Tang|Old Book of Tang]]'', 945 " .. CE },
    ['Kongzi Jiayu'] =  { "CL",  "The ''[[w:en:Kongzi Jiayu|School Sayings of Confucius]]'', circa 206 " .. BCE .. "– 220 " .. CE },
	['Lantingjixu']  =  { "CL",  "'''353''' " .. CE .. ", [[w:en:Wang Xizhi|Wang Xizhi]], ''[[:s:Preface to the Poems Composed at the Orchid Pavilion|Preface to the Poems Composed at the Orchid Pavilion]]''" },
	['Laocan Youji']  =  { "WVC",  "'''1907''' " .. CE .. ", [[w:en:Liu E|Liu E]], ''[[w:en:The Travels of Lao Can|The Travels of Lao Can]]''" },
	['Liaozhai']  =  { "CL",  "'''1740''' " .. CE .. ", [[w:en:Pu Songling|Pu Songling]], ''[[:s:Strange Stories from a Chinese Studio|Strange Stories from a Chinese Studio]]''" },
    ['Lienvzhuan']   =  { "CL",  "The ''[[w:en:Biographies of Exemplary Women|Biographies of Exemplary Women]]'', 2<sup>nd</sup> century " .. BCE },
	['Liezi']        =  { "CL",  "''[[w:en:Liezi|Liezi]]'', 1<sup>st</sup> – 5<sup>th</sup> century " .. CE },
	['Liji']         =  { "CL",  "The ''[[w:en:Book of Rites|Book of Rites]]'', circa 4<sup>th</sup> – 2<sup>nd</sup> century " .. BCE },
	['Liji-L']       =  { "CL",  "The ''[[w:en:Book of Rites|Book of Rites]]'', circa 4<sup>th</sup> – 2<sup>nd</sup> century " .. BCE .. ", translated based on [[w:en:James Legge|James Legge]]'s version" },
	['Lunyu']   =  { "CL",  "The ''[[w:en:Analects|Analects]] of Confucius'', circa 475 – 221 " .. BCE },
	['Lvshi Chunqiu']=  { "CL",  "[[w:en:Lü Buwei|Lü Buwei]], ''[[w:Lüshi Chunqiu|Master Lü's Spring and Autumn Annals]]'', 239 " .. BCE },
	['Lunheng']      =  { "CL",  "[[w:en:Wang Chong|Wang Chong]], ''[[w:en:Lunheng|Lun Heng]]'' (''Discussive Weighing''), 80 " .. CE },
	['Lunheng-F']      =  { "CL",  "[[w:en:Wang Chong|Wang Chong]], ''[[w:en:Lunheng|Lun Heng]]'' (''Discussive Weighing''), 80 " .. CE .. ", translated based on Alfred Forke's version" },
	['Mencius']      =  { "CL",  "''[[w:en:Mencius (book)|Mencius]]'', circa 4<sup>th</sup> century " .. BCE },
	['Mencius-L']    =  { "CL",  "''[[w:en:Mencius (book)|Mencius]]'', circa 4<sup>th</sup> century " .. BCE .. ", translated based on [[w:en:James Legge|James Legge]]'s version" },
	['Mengxi Bitan']    =  { "CL", "'''1088''' " .. CE ..  ", [[w:en:Shen Kuo|Shen Kuo]], ''[[w:en:Dream Pool Essays|Dream Pool Essays]]''" },
	['Mengzi']       =  { "CL",  "''[[w:en:Mencius (book)|Mencius]]'', circa 4<sup>th</sup> century " .. BCE },
	['Mengzi-L']     =  { "CL",  "''[[w:en:Mencius (book)|Mencius]]'', circa 4<sup>th</sup> century " .. BCE .. ", translated based on [[w:James Legge|James Legge]]'s version" },
	['Mingshi']         =  { "CL",  "'''17<sup>th</sup>-18<sup>th</sup> century''', ''[[w:en:History of Ming|History of Ming]]''" },
	['Mozi']         =  { "CL",  "''[[w:en:Mozi (book)|Mozi]]'', circa 4<sup>th</sup> century " .. BCE },
	['Mozi-M']       =  { "CL",  "''[[w:en:Mozi (book)|Mozi]]'', circa 4<sup>th</sup> century " .. BCE .. ", translated based on [[w:zh:梅貽寶|Y. P. Mei]]'s version" },
    ['Mutianzizhuan']=  { "CL",  "The ''[[w:en:Tale of King Mu, Son of Heaven|Tale of King Mu, Son of Heaven]]'', circa 370 – 330 " .. BCE },
	['Nanqishu']     =  { "CL",  "The ''[[w:en:Book of Qi|Book of Southern Qi]]'', by [[w:en:Xiao Zixian|Xiao Zixian]], 6<sup>th</sup> century " .. CE },
	['Nanshi']       =  { "CL",  "'''659''' " .. CE .. ", [[w:en:Li Dashi|Li Dashi]] and Li Yanshou, ''[[w:en:History of the Southern Dynasties|History of the Southern Dynasties]]''" },
	['Qianziwen'] =  { "CL",  "Zhou Xingsi, ''[[w:en:Thousand Character Classic|Thousand Character Classic]]'', circa 6<sup>th</sup> century " .. CE  },
	['Qimin Yaoshu'] =  { "CL",  "'''544''' " .. CE .. ", Jia Sixie, ''[[w:Qimin Yaoshu|Qimin Yaoshu]]''" },
	['Qingshigao']   =  { "CL",  "'''1929''', [[w:en:Zhao Erxun|Zhao Erxun]] (lead editor), ''[[w:en:Draft History of Qing|Draft History of Qing]]''" },
	['Rulin Waishi'] =  { "WVC",  "[[w:en:Wu Jingzi|Wu Jingzi]], ''[[w:The Scholars (novel)|The Scholars]]'', 1750 " .. CE },
	['Sanguozhi']    =  { "CL",  "[[w:en:Chen Shou|Chen Shou]], ''[[w:en:Records of the Three Kingdoms|Records of the Three Kingdoms]]'', circa 3<sup>rd</sup> century " .. CE },
	['Sanguo Yanyi'] =  { "WVC",  "''[[w:en:Romance of the Three Kingdoms|Romance of the Three Kingdoms]]'', circa 14<sup>th</sup> century " .. CE },
	['Sanzijing']    =  { "CL",  "''[[w:en:Three Character Classic|Three Character Classic]]'', circa 13<sup>th</sup> century " .. CE },
	['Shangjunshu']  =  { "CL",  "The ''[[w:en:The Book of Lord Shang|Book of Lord Shang]]'', circa 3<sup>rd</sup> century " .. BCE },
	['Shangjunshu-D']  =  { "CL",  "The ''[[w:en:The Book of Lord Shang|Book of Lord Shang]]'', circa 3<sup>rd</sup> century " .. BCE .. ", translated based on [[w:J.J.L. Duyvendak|J.J.L. Duyvendak]]'s version" },
	['Shangshu']     =  { "CL",  "The ''[[w:en:Book of Documents|Book of Documents]]'', circa 4<sup>th</sup> – 3<sup>rd</sup> century " .. BCE },
	['Shangshu-L']   =  { "CL",  "The ''[[w:en:Book of Documents|Book of Documents]]'', circa 4<sup>th</sup> – 3<sup>rd</sup> century " .. BCE .. ", translated based on [[w:en:James Legge|James Legge]]'s version" },
	['Shanhaijing']  =  { "CL",  "The ''[[w:en:Classic of Mountains and Seas|Classic of Mountains and Seas]]''" },
	['Shiji']        =  { "CL",  "The ''[[w:en:Records of the Grand Historian|Records of the Grand Historian]]'', by [[w:en:Sima Qian|Sima Qian]], circa 91 " .. BCE },
	['Shiji-A']      =  { "CL",  "The ''[[w:en:Records of the Grand Historian|Records of the Grand Historian]]'', by [[w:en:Sima Qian|Sima Qian]], circa 91 " .. BCE .. ", translated based on Herbert J. Allen's version" },
	['Shijing']      =  { "CL",  "The ''[[w:en:Classic of Poetry|Classic of Poetry]]'', circa 11<sup>th</sup> – 7<sup>th</sup> centuries " .. BCE .. ", translated based on [[w:en::James Legge|James Legge]]'s version" },
	['Shijing-K']      =  { "CL",  "The ''[[w:en:Classic of Poetry|Classic of Poetry]]'', circa 11<sup>th</sup> – 7<sup>th</sup> centuries " .. BCE .. ", translated based on [[w:en:Bernhard Karlgren|Bernhard Karlgren]]'s version" },
	['Shijing-Xu']   =  { "CL",  "''Preface to Mao's Odes'' (Commentary on the ''[[w:Classic of Poetry|Classic of Poetry]]''), mid 2<sup>nd</sup> century " .. BCE  },
	['Shishuo Xinyu']=  { "CL",  "[[w:zh:劉義慶|Liu Yiqing]] (editor), ''[[w:A New Account of the Tales of the World|A New Account of the Tales of the World]]'', 5<sup>th</sup> century " .. CE },
	['Shitong']     =  { "CL",  "[[w:en:Liu Zhiji|Liu Zhiji]], ''[[w:en:Shitong|Shitong]]'', circa 708 – 710 " .. CE },
	['Shuihuzhuan']  =  { "WVC", "[[w:en:Shi Nai'an|Shi Nai'an]], ''[[w:en:Water Margin|Water Margin]]'', circa 14<sup>th</sup> century " .. CE },
	['Shuijingzhu']  =  { "CL", "[[w:en:Li Daoyuan|Li Daoyuan]], ''[[w:en:Commentary on the Water Classic|Commentary on the Water Classic]]'', 386-534 " .. CE },
	['Shujing']      =  { "CL",  "The ''[[w:en:Book of Documents|Book of Documents]]'', circa 7<sup>th</sup> – 4<sup>th</sup> centuries " .. BCE },
	['Shujing-L']    =  { "CL",  "The ''[[w:en:Book of Documents|Book of Documents]]'', circa 7<sup>th</sup> – 4<sup>th</sup> centuries " .. BCE .. ", translated based on [[w:en:James Legge|James Legge]]'s version" },
	['Shuowen']      =  { "CL",  "''[[w:en:Shuowen Jiezi|Shuowen Jiezi]]'', circa 2<sup>nd</sup> century " .. CE },
    ['Shuoyuan']     =  { "CL",  "''[[w:en:Shuoyuan|Shuoyuan]]'', circa 1<sup>st</sup> century " .. BCE },
	['Songshi']      =  { "CL",  "'''1345''' " .. CE .. ", [[w:en:Toqto'a (Yuan dynasty)|Toqto'a]] (lead editor), ''[[w:en:History of Song (book)|History of Song]]''" },
    ['Songshu']      =  { "CL",  "[[w:en:Shen Yue|Shen Yue]], ''[[w:Book of Song|Book of Song]]'', 492-493 " .. CE},
    ['Soushenji']    =  { "CL",  "''[[w:en:Soushen Ji|In Search of the Sacred]]'', circa 3<sup>rd</sup> century " .. CE },
    ['Suishu']       =  { "CL",  "The ''[[w:en:Book of Sui|Book of Sui]]'', 636 " .. CE },
	['Sunzi']        =  { "CL",  "''[[w:en:The Art of War|The Art of War]]'', circa 5<sup>th</sup> century " .. BCE },
	['Sunzi-G']      =  { "CL",  "''[[w:en:The Art of War|The Art of War]]'', circa 5<sup>th</sup> century " .. BCE .. ", translated based on [[w:en:Lionel Giles|Lionel Giles]]'s version" },
	['Taiping Guangji']={ "CL",  "''[[w:en:Taiping Guangji|Taiping Guangji]]'' (''Extensive Records of the Taiping Era''), 978 " .. CE },
	['Taiping Yulan']=  { "CL",	 "''[[w:en:Taiping Yulan|Taiping Yulan]]'' (''Readings of the Taiping Era''), 977 – 983 " .. CE },
	['Taixuanjing']  =  { "CL",  "[[w:Yang Xiong (author)|Yang Xiong]], ''[[w:en:Taixuanjing|The Canon of Supreme Mystery]]'', 2 " .. BCE },
	['Tongdian']     =  { "CL",	 "[[w:en:Du You|Du You]], ''[[w:en:Tongdian|Tongdian]]'', 766 – 801 " .. CE },
	['UM']           =  { "MSC", "[http://nlp2ct.cis.umac.mo/um-corpus/ UM-Corpus: A Large English-Chinese Parallel Corpus] by NLP2CT" },
    ['Weilve']       =  { "CL",  "[[w:Yu Huan|Yu Huan]], ''[[w:Weilüe|Weilüe]]'', 239  – 265 " .. CE },
	['Weishu']       =  { "CL",  "[[w:Wei Shou|Wei Shou]], ''[[w:Book of Wei|Book of Wei]]'', 551 – 554 " .. CE },
	['Wenzi']         =  { "CL",  "''[[w:en:Wenzi|Wenzi]]''" },
	['Wuzi']         =  { "CL",  "''[[w:en:Wuzi|Wuzi]]]'', 5<sup>th</sup> – 4<sup>th</sup> century " .. BCE },
    ['Xiaojing']     =  { "CL",  "''[[w:en:Classic of Filial Piety|Classic of Filial Piety]]'',  circa 475 – 221 " .. BCE },
	['Xingshi Hengyan']={ "WVC", "[[w:en:Feng Menglong|Feng Menglong]], ''[[[[w:en:Stories to Awaken the World|Stories to Awaken the World]]'', 1627 " .. CE },
	['Xingshi Yinyuan Zhuan']={ "WVC", "Xizhou Sheng, ''[[w:en:Xingshi Yinyuan Zhuan|Marriage Destinies to Awaken the World]]'', 17<sup>th</sup> century " .. CE },
	['Xishuangji']   =  { "WVC", "[[w:en:Wang Shifu|Wang Shifu]], ''[[w:en:The Story of the Western Wing|The Story of the Western Wing]]'', 13<sup>th</sup> – 14<sup>th</sup> centuries " .. CE },
	['Xiyouji']      =  { "WVC", "[[w:en:Wu Cheng'en|Wu Cheng'en]], ''[[w:en:Journey to the West|Journey to the West]]'', 16<sup>th</sup> century " .. CE },
	['Xintangshu']   =  { "CL",  "The ''[[w:en:New Book of Tang|New Book of Tang]]'', 1060" .. CE .. " ([[w:en:Song dynasty|Song dynasty]])" },
	['Xinyu']        =  { "CL",  "[[w:en:Lu Jia (Western Han)|Lu Jia]], ''[[w:zh:新語 (中國古籍)|Xinyu]]'' (''A New Discourse''), circa 197 " .. BCE },
	['Xunzi']        =  { "CL",  "''[[w:en:Xunzi (book)|Xunzi]]'', circa 3<sup>rd</sup> century " .. BCE },
	['Yantielun']    =  { "CL",  "[[w:zh:桓寬|Huan Kuan]], ''[[w:en:Discourses on Salt and Iron|Discourses on Salt and Iron]]'', circa 1<sup>st</sup> century " .. BCE },
	['Yanzi Chunqiu']=  { "CL",  "''[[w:en:Yanzi Chunqiu|Annals of Master Yan]]'', circa 3<sup>rd</sup> century " .. BCE },
	['Yijing']       =  { "CL",  "''[[w:en:I Ching|I Ching]]'', 3<sup>rd</sup> – 2<sup>nd</sup> millennia " .. BCE },
	['Yijing-L']     =  { "CL",  "''[[w:en:I Ching|I Ching]]'', 3<sup>rd</sup> – 2<sup>nd</sup> millennia " .. BCE .. ", translated based on [[w:en:James Legge|James Legge]]'s version" },
    ['Yili']         =  { "CL",  "''[[w:en:Yili|Etiquette and Ceremonial]]'', circa 475 – 221 " .. BCE },
	['Yilin']        =  { "CL",  "[[w:zh:焦贛|Jiao Gong]], ''[[w:en:Jiaoshi Yilin|Yilin]]'', 1<sup>st</sup> century " .. BCE },
	['Yizhoushu']    =  { "CL",  "''[[w:en:Yi Zhou Shu|Lost Book of Zhou]]'', circa 4<sup>th</sup> – 1<sup>st</sup> centuries " .. BCE },
	['Zhanguoce']    =  { "CL",  "''[[w:en:Zhan Guo Ce|Zhanguo Ce]]'', circa 5<sup>th</sup> – 3<sup>rd</sup> centuries " .. BCE },
	['Zhouli']       =  { "CL",  "''[[w:en:Rites of Zhou|Rites of Zhou]]'', circa 3<sup>rd</sup> century " .. BCE },
	['Zhoushu']       =  { "CL",  "'''636''' " .. CE .. ", [[w:en:Linghu Defen|Linghu Defen]], ''[[w:en:Book of Zhou|Book of Zhou]]''" },
	['Zhuangzi']     =  { "CL",  "''[[w:en:Zhuangzi (book)|Zhuangzi]]'', circa 3<sup>rd</sup> – 2<sup>nd</sup> centuries " .. BCE },
	['Zhuangzi-L']   =  { "CL",  "''[[w:en:Zhuangzi (book)|Zhuangzi]]'', circa 3<sup>rd</sup> – 2<sup>nd</sup> centuries " .. BCE .. ", translated based on [[w:James Legge|James Legge]]'s version" },
    ['Zhushu Jinian'] =  { "CL",  "''[[w:en:Bamboo Annals|Bamboo Annals]]'',  circa 475 – 221 " .. BCE },
	['Zhuzi Jiaxun'] =  { "CL",  "[[w:zh:朱用純|Zhu Yongchun]], ''[[w:zh:朱柏廬治家格言|Zhu Zi's Family Maxims]]'', 17<sup>th</sup> century " .. CE },
	['Zibuyu']       =  { "CL",  "[[w:Yuan Mei|Yuan Mei]], ''[[:w:en:What the Master Would Not Discuss|What the Master Would Not Discuss]]'', 1788 " .. CE },
	['Zizhi Tongjian']       =  { "CL",  "'''1084''' " .. CE .. ",[[:w:en:Sima Guang|Sima Guang]], ''[[w:Comprehensive Mirror to Aid in Government|Comprehensive Mirror to Aid in Government]]''" },
	['Zuozhuan']     =  { "CL",  "''[[w:Zuo zhuan|Commentary of Zuo]]'', circa 4<sup>th</sup> century " .. BCE },
	['Zuozhuan-D']   =  { "CL",  "''[[w:Zuo zhuan|Commentary of Zuo]]'', circa 4<sup>th</sup> century " .. BCE .. ", translation from ''Zuozhuan: Commentary on the \"Spring and Autumn Annals\"'' (2017), by Stephen Durrant, Wai-yee Li and David Schaberg" },
	
	['Mao25']      =  format_mao("1925", "中國社會各階級的分析", "Analysis of the Classes in Chinese Society", "1", "1"),
	['Mao27']      =  format_mao("1927", "湖南農民運動考察報告", "Report on an Investigation of the Peasant Movement in Hunan", "1", "2"),
	['Mao35']      =  format_mao("1935", "論反對日本帝國主義的策略", "On Tactics Against Japanese Imperialism", "1", "11"),
	['Mao36']      =  format_mao("1936", "中國革命戰爭的戰略問題", "Problems of Strategy in China's Revolutionary War", "1", "12"),
	['MaoSJL']     =  format_mao("1937", "[[w:zh:實踐論|實踐論]]", "[[w:On Practice|On Practice]]", "1", "16"),
	['MaoMDL']     =  format_mao("1937", "[[w:zh:矛盾論|矛盾論]]", "[[w:On Contradiction|On Contradiction]]", "1", "17"),
	['MaoZYZY']    =  format_mao("1937", "反對自由主義", "Combat Liberalism", "2", "03"),
	['Mao38']      =  format_mao("1938", "[[w:zh:論持久戰|論持久戰]]", "[[w:On Protracted War|On Protracted War]]", "2", "09"),
	['MaoZGGM']    =  format_mao("1939", "中國革命和中國共產黨", "The Chinese Revolution and the Chinese Communist Party", "2", "23"),
	['MaoXMZZY']   =  format_mao("1940", "[[w:zh:新民主主義論|新民主主義論]]", "On New Democracy", "2", "26"),
	['MaoRectify'] =  format_mao("1942", "整頓黨的作風", "Rectify the Party's Style of Work", "3", "06"),
	['MaoYanan']   =  format_mao("1942", "[[w:zh:在延安文藝座談會上的講話|在延安文藝座談會上的講話]]", "[[w:Yan'an Forum|Talks at the Yenan Forum on Literature and Art]]", "3", "08"),
	['Mao45']      =  format_mao("1945", "[[s:zh:論聯合政府|論聯合政府]]", "On Coalition Government", "3", "25"),
	['Mao56']      =  format_mao("1956", "[[w:zh:論十大關係|論十大關係]]", "[[w:Ten Major Relationships|On the Ten Major Relationships]]", "5", "51"),
	['Mao57']      =  format_mao("1957", "關於正確處理人民內部矛盾的問題", "On the Correct Handling of Contradictions Among the People", "5", "58"),
}

data.pron_correction = {
	["cmn"] = {},
	["yue"] = {},
	["hak"] = {
		["阿"] = "-â-",
		["媸"] = "-ché-", ["獎"] = "-chióng-", ["竹"] = "-chuk-",
		["茶"] = "chhà", ["蚻"] = "-chha̍t-", ["曾"] = "-chhèn-", ["千"] = "-chhiên-", ["竄"] = "-chhon-", ["捽"] = "-chhu̍t-",
		["仔"] = "-é-", ["𫣆"] = "-ên-",
		["客"] = "-hak-",
		["機"] = "-kî-", ["𥘹"] = "-kì-", ["溝"] = "-kiêu-", ["稿"] = "-kó-",
		["罅"] = "-la-", ["壢"] = "-lak-", ["摎"] = "-lâu-", ["㧯"] = "-lâu-", ["恅"] = "-láu-", ["俚"] = "-lî-", ["羅"] = "-lò-", ["擂"] = "-lùi-",
		["閩"] = "-mén-", ["美"] = "-mî-", ["忘"] = "-mong-", ["蚊"] = "-mûn-",
		["腦"] = "-nó-", ["濃"] = "-nùng-",
		["𠊎"] = "-ngài-", ["祢"] = "-ngì-",
		["孲"] = "-ò-", ["𡟓"] = "-ôi-",
		["錶"] = "-péu-", ["輩"] = "-pi-", ["𡜵"] = "-pû-",
		["婆"] = "-phò-",
		["使"] = "-sṳ́-", ["史"] = "-sṳ́-", ["視"] = "sṳ", ["脣"] = "-sùn-",
		["點"] = "-tiám-",
		["𢯭"] = "-then-", ["電"] = "-thien-", ["唐"] = "-thòng-", ["筒"] = "-thùng",
		["裕"] = "-yi-",
	},
	["nan"] = {
		["阿"] = "-a-", ["仔"] = "-á-", ["矣"] = "-ah-", ["啊"] = "-ah-",
		["䆀"] = "-bái-", ["袂"] = "-bē-", ["欲"] = "-beh-", ["覕"] = "-bih-", ["盟"] = "-bêng-", ["務"] = "-bū-",
		["欉"] = "-châng-", ["十"] = "-cha̍p-", ["誌"] = "-chì-", ["遮"] = "-chiah-", ["針"] = "-chiam-", ["窒"] = "-chit-", ["鯽"] = "-chit-", ["一"] = "-chi̍t-", ["睭"] = "-chiu-", ["慈"] = "-chû-", ["𠞩"] = "-chûi-",
		["𨑨"] = "-chhit-", ["𤆬"] = "-chhōa-", ["攢"] = "-chhoân-",
		["的"] = "-ê-", ["憶"] = "-ek-",
		["𠢕"] = "-gâu-", ["偌"] = "-gōa-", ["囡"] = "-gín-",
		["耳"] = "-hīⁿ-", ["予"] = "-hō͘-",
		["已"] = "-í-", ["也"] = "-iā-", ["𪜶"] = "-in-",
		["字"] = "-jī-", ["然"] = "-jiân-", ["日"] = "-ji̍t-",
		["共"] = "-kā-", ["佮"] = "-kah-", ["甲"] = "-kah-", ["矸"] = "-kan-", ["到"] = "-kàu-", ["竟"] = "kèng", ["行"] = "-kiâⁿ-", ["勼"] = "-kiu-", ["閣"] = "-koh-", ["擱"] = "-koh-", ["講"] = "-kóng-",
		["跤"] = "-kha-", ["較"] = "-khah-", ["徛"] = "-khiā-", ["課"] = "-khò",
		["人"] = "-lâng-", ["汝"] = "-lí-", ["旅"] = "-lí-", ["啉"] = "-lim-", ["暖"] = "-loán-", ["戀"] = "-loân-", ["攏"] = "-lóng-",
		["毋"] = "-m̄-", ["嬤"] = "-má-",
		["喔"] = "-o͘h-",
		["爸"] = "-pē-", ["悲"] = "-pi-",
		["麭"] = "-pháng-",
		["三"] = "-saⁿ-", ["捨"] = "-siá-", ["閃"] = "-siám-", ["雙"] = "-siang-", ["啥"] = "-siáⁿ-", ["心"] = "-sim-", ["俗"] = "-sio̍k-", ["傷"] = "-siong-", ["商"] = "-siong-", ["受"] = "-siū-", ["煞"] = "-soah-", ["士"] = "-sū-", ["雖"] = "-sui-", ["媠"] = "-súi-", ["遂"] = "-sūi-",
		["塊"] = "-tè-", ["咧"] = "-teh-", ["豬"] = "-ti-", ["戴"] = "-tì-", ["佇"] = "-tī-", ["典"] = "-tián-", ["躊"] = "-tiû-", ["斷"] = "-tn̄g-", ["多"] = "-to-", ["倒"] = "tó", ["拄"] = "-tú-", ["盹"] = "-tuh-", ["脣"] = "-tûn-",
		["太"] = "-thài-", ["刣"] = "-thâi-", ["讀"] = "-tha̍k-", ["窗"] = "-thang-", ["迌"] = "-thô-",
		["揻"] = "-ui-",
	},
	["wuu"] = {},
}

data.polysyllable_pron_correction = {
	["cmn"] = {
		["覺得"] = "juéde",
		["個中"] = "gèzhōng", ["個人"] = "gèrén", ["個個"] = "gègè", ["個兒"] = "gèr", ["個別"] = "gèbié", ["個子"] = "gèzi", ["個展"] = "gèzhǎn", ["個性"] = "gèxìng", ["個數"] = "gèshù", ["個案"] = "gè'àn",["個頭"] = "gètóu",  ["個體"] = "gètǐ"
	},
	["yue"] = {},
	["hak"] = {
		["老鼠"] = "-lo-chhú-",
		["敗勢"] = "-phài-se-",
		["癩𰣻"] = "-thái-kô-",
		["台灣"] = "-Thòi-vàn-",
		["臺灣"] = "-Thòi-vàn-"
	},
	["nan"] = {
		["愛人"] = "-ài-jîn-",
		["饅頭"] = "-bán-thô-", ["門徒"] = "-bûn-tô͘-",
		["情批"] = "-chêng-phoe-", ["遮爾"] = "-chiah-nī-", ["這馬"] = "-chit-má-", ["作用"] = "-chok-iōng-",
		["請假"] = "-chhéng-ká-", ["親像"] = "-chhin-chhiūⁿ-",
		["偌爾"] = "-gōa-nī-",
		["一切"] = "-it-chhè-", ["一般"] = "-it-poaⁿ-", ["一直"] = "-it-ti̍t-",
		["人海"] = "-jîn-hái-", ["人生"] = "-jîn-seng-",
		["卡拉OK"] = "-kha-lá-ó͘-khe-",
		["旅行"] = "-lí-hêng-",
		["歐巴桑"] = "-o͘-bá-sáng-",
		["歹勢"] = "-pháiⁿ-sè-",
		["山珍海味"] = "-san-tin-hái-bī-", ["漩渦"] = "-soân-o-",
		["臺灣"] = "-Tâi-oân-", ["第一"] = "-tē-it-", ["的確"] = "-tek-khak-",
		["癩𰣻"] = "-thái-ko-",
	},
	["wuu"] = {},
}

return data