File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ QQ的分类词库格式还没有研究出来怎么解析。
25252.9版增加了对GBoard手机输入法的词库导入导出功能。
26263.0版增加了新世纪五笔的支持,并升级了依赖库版本和dotnet到6.0,修复了多个发现的Bug。
27273.1版增加了对rime userdb的支持,同时修复了搜狗输入法备份词库无法解析的问题,升级.NET版本到8.0。
28+ 3.2版增加了对百度拼音备份词库、LibIME拼音词库的支持,修复搜狗细胞词库和微软自学习词汇索引溢出的问题等。
2829
2930如果还有更多的词库需要转换,或者对该词库转换工具有什么建议,请联系我:
[email protected] 3031我的博客:http://studyzy.cnblogs.com
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ namespace Studyzy.IMEWLConverter
2222 /// </summary>
2323 public class ConstantString
2424 {
25- public const string VERSION = "3.1.1 .0" ;
25+ public const string VERSION = "3.2.0 .0" ;
2626
2727 public const string BAIDU_SHOUJI = "百度手机或Mac版百度拼音" ;
2828 public const string BAIDU_SHOUJI_ENG = "百度手机英文" ;
You can’t perform that action at this time.
0 commit comments