<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>pime &#8211; richliu&#039;s blog</title>
	<atom:link href="https://blog.richliu.com/tag/pime/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Sun, 16 Jan 2022 04:10:43 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>PIME 大易三碼</title>
		<link>https://blog.richliu.com/2019/04/29/3983/pime-%e5%a4%a7%e6%98%93%e4%b8%89%e7%a2%bc/</link>
					<comments>https://blog.richliu.com/2019/04/29/3983/pime-%e5%a4%a7%e6%98%93%e4%b8%89%e7%a2%bc/#comments</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Mon, 29 Apr 2019 12:40:03 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[dayi]]></category>
		<category><![CDATA[pime]]></category>
		<category><![CDATA[大易]]></category>
		<category><![CDATA[大易三碼]]></category>
		<guid isPermaLink="false">https://blog.richliu.com/?p=3983</guid>

					<description><![CDATA[<p>對一個大易用戶來說，好的輸入法不好找。Windows 7 時是 Yahoo 輸入法最好用，但是 Yahoo 輸 [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://blog.richliu.com/2019/04/29/3983/pime-%e5%a4%a7%e6%98%93%e4%b8%89%e7%a2%bc/">PIME 大易三碼</a> appeared first on <a rel="nofollow" href="https://blog.richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>對一個大易用戶來說，好的輸入法不好找。<br />Windows 7 時是 Yahoo 輸入法最好用，但是 Yahoo 輸入法已經停止開發，Windows 10 上比較好一點的輸入法只有 <a href="https://github.com/EasyIME/PIME/releases" target="_blank" rel="noopener">PIME </a><br /></p>



<p>前一陣子回答了一個 PIME 的問題 <a href="https://github.com/EasyIME/PIME/issues/520" target="_blank" rel="noopener">大易3碼表缺字&nbsp;#520</a><br /></p>



<span id="more-3983"></span>



<p>剛好當時也正在想三碼和四碼的問題，追了一下程式碼之後就覺得應該不是靠程式組字，而是靠碼表組字<br /><br />PIME 內建的大易字庫有三個，大易三碼，大易四碼和泰瑞大易四碼<br />不過這三個我都用的不順手，所以改用openvanilla的(註: openvanilla/Source/Mac/MacDataTables/dayi3.cin )的字庫，修改了一下讓他可以在 PIME 用，但是這個字庫有些三碼字的順便並不是以常用字為基礎，所以我就稍稍修改字的順序，讓自己用起來比較舒服一點<br />這個碼表比較適合個人的習慣，這是三碼字庫但是也可以打到四碼，對我這種不嚴謹的人來說，這會比較好用<br /><br />這是 Dropbox 下載位置，應該沒有很多人會下載，所以不會被擋才是<br />更新 (更新內容在下方的 github 連結內)<br />2022/01/16<br />https://www.dropbox.com/s/h7wu38jrdtf7hat/dayi4-20220116.rar?dl=0<br />加了又双叒叕，還有加一些三碼和調整前後順序<br /><br />2021/09/26 <br />https://www.dropbox.com/s/w6a09ezq6zy9uqj/dayi4-20210926.rar?dl=0<br /></p>



<p>下載之後將 dayi4.json copy 到 C:\Program Files (x86)\PIME\python\cinbase\json<br />記得備份dayi4.json，切到三碼後，打幾個字，再切到四碼應該就可以換新的輸入順序<br /><br />另一個檔案是 dayi4-add3.json ，也是用程式產生的，將所有的四碼字都產生一個三碼字的版本，不過沒有調過順序，所以就只是給大家玩玩看</p>



<p>原始大易三碼放在 github ，是用 cin 的格式儲存，再手動用程式轉成 json <br /><a href="https://github.com/richliu/PIME/blob/master/python/cinbase/cin/dayi4.cin" target="_blank" rel="noopener">https://github.com/richliu/PIME/blob/master/python/cinbase/cin/dayi4.cin</a> </p>



<p>Linux 下 GCIN 的改法可以參考這一篇<br /><br /><a href="https://blog.richliu.com/2019/04/05/3980/kubuntu%E5%9F%B7%E8%A1%8Cgtk-%E7%A8%8B%E5%BC%8F%E7%9A%84%E6%80%AA%E5%95%8F%E9%A1%8Cgcin%E6%94%B9dayi%E4%B8%89%E7%A2%BC%E8%A1%A8">Kubuntu執行GTK 程式的怪問題+gcin改dayi三碼表</a></p>
<p>The post <a rel="nofollow" href="https://blog.richliu.com/2019/04/29/3983/pime-%e5%a4%a7%e6%98%93%e4%b8%89%e7%a2%bc/">PIME 大易三碼</a> appeared first on <a rel="nofollow" href="https://blog.richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.richliu.com/2019/04/29/3983/pime-%e5%a4%a7%e6%98%93%e4%b8%89%e7%a2%bc/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
	</channel>
</rss>
