<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[wdict词库排序]]></title><description><![CDATA[<p dir="auto">我发现wdict用户词库词条格式是可以完全和dict格式一样的。</p>
<p dir="auto">表头部分规定好：字先码后</p>
<pre><code class="language-yaml">    words:
      columns: [text, code, weight, count]
</code></pre>
<p dir="auto">这样和dict的表头部分就对应上了</p>
<pre><code class="language-yaml">columns:
  - text
  - code
  - weight
</code></pre>
<p dir="auto">然后我的dict表内是不写权重部分的，同码排序是以词条先后为序。</p>
<p dir="auto">但这个到了wdict表内，却不行了。如果不加权重，同码时往往排在后面的会在候选窗上排在前面，能不能把wdict这点也加强一下，排前的在候选窗上也排前呢？这样就更容易兼容一些其他平台的用户词库。</p>
]]></description><link>https://bbs.windinput.com/topic/80/wdict词库排序</link><generator>RSS for Node</generator><lastBuildDate>Sat, 12 Sep 2026 12:26:57 GMT</lastBuildDate><atom:link href="https://bbs.windinput.com/topic/80.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 04 Sep 2026 20:55:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to wdict词库排序 on Sat, 05 Sep 2026 02:41:02 GMT]]></title><description><![CDATA[<p dir="auto">需要给出更多的信息，wdict 现在只是在导入导出中处理，可能是做了一些特殊处理。</p>
]]></description><link>https://bbs.windinput.com/post/321</link><guid isPermaLink="true">https://bbs.windinput.com/post/321</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Sat, 05 Sep 2026 02:41:02 GMT</pubDate></item></channel></rss>