YFdyh000

Results 189 comments of YFdyh000

But like [this](https://github.com/scorzy/IdleAnt/commit/56e21ea5f205eabb4706d9cc6e4371a6c2fbc9f9)... I hope to pass the `npm run test` to add travis-ci configuration.

You can translate and modify the source code of https://github.com/huiyadanli/DesktopPet/blob/master/Snowy/Form1.Designer.cs Exit Blink Wardrobe Hat Christmas hat Sakura hat Sailor hat Windmill hat Christmas clothes Kimono

确实,我能重现。 [net6.0-windows.zip](https://github.com/studyzy/imewlconverter/files/8321561/net6.0-windows.zip) 尝试更新了框架和一些代码,不报错了,也快很多。需要[.NET 6.0运行时](https://dotnet.microsoft.com/en-us/download/dotnet/6.0/runtime)。你试试,我不知道你用什么设置。内存占用还是挺高的,4GB左右。 代码待我整理后再发PR,仍在研究一些东西。

> > 确实,我能重现。 > > [net6.0-windows.zip](https://github.com/studyzy/imewlconverter/files/8321561/net6.0-windows.zip) 尝试更新了框架和一些代码,不报错了,也快很多。需要[.NET 6.0运行时](https://dotnet.microsoft.com/en-us/download/dotnet/6.0/runtime)。你试试,我不知道你用什么设置。内存占用还是挺高的,4GB左右。 代码待我整理后再发PR,仍在研究一些东西。 > > 我16GB转20M的bin文件还是会爆内存,求帮助 先尝试 https://github.com/yfdyh000/imewlconverter/releases 的版本。 如果你愿意提供bin文件(可以发我邮箱,见我的主页),我可以看看。

> 我知道为什么了,因为你们给搜狗的输出文件用的是ANSI,给讯飞用的是UTF-8,建议统一改为UTF-8。 我想应该允许自选,并为不同输入/输出提供默认值。统一某个编码需要测试输入法能否导入。

已研究但不清楚是什么编码方式。肯定没有加密或压缩算法。可能某种进制或移位。可能需要反编译大佬。 [case.zip](https://github.com/studyzy/imewlconverter/files/8354963/case.zip) 附件是测试时生成的样例文件,不熟悉hex转换的就不用下载了。万一有大佬出现呢

调试了多次、很久,进展不大,确认是目前的解码算法问题,遇到拼音组和汉字数(计入标点)不同就会出错。 [华宇拼音的源码](https://github.com/thunisoft/unispim)在2014年曾经开源,已尝试可用。并且截至最新的HuayuPY-V7.3.0.275,词库版本没变。可能要参考或调用[那边源码](https://github.com/thunisoft/unispim/blob/a1c1eeb2b4026ea910d57dc1216f705bc17b73bb/source/wordlib.c#L1565)重写这边,源码协议似乎兼容。 [wl_tool.zip](https://github.com/studyzy/imewlconverter/files/8406220/wl_tool.zip) 从华宇拼音源码编译的词库转换工具 [sys.uwl txt.zip](https://github.com/studyzy/imewlconverter/files/8406221/sys.uwl.txt.zip) 导出的txt

cmd中执行,有使用说明。但编译出的版本总乱码,偶然某次突然正常了,就是我上传的那个版本,但现在运行它又是乱码。 之前漏掉依赖的.ime(dll),补上,但无法保证运行正常(不乱码)。 [wl_tool.zip](https://github.com/studyzy/imewlconverter/files/8448416/wl_tool.zip)

我也不清楚为什么,试过很多次,也遇到这个未知原因乱码,但偶然成功了一次,之后就又不行了😣 2022年4月15日 21:58:42 wwzrh ***@***.***>: > > [https://user-images.githubusercontent.com/12047479/163579739-6071d6fa-068a-41e9-b5ca-a9ab69708950.png][无标题][https://user-images.githubusercontent.com/12047479/163579739-6071d6fa-068a-41e9-b5ca-a9ab69708950.png] > @yfdyh000[https://github.com/yfdyh000] > > — > Reply to this email directly, view it on > GitHub[https://github.com/studyzy/imewlconverter/issues/195#issuecomment-1100125604], > or > unsubscribe[https://github.com/notifications/unsubscribe-auth/AANQDE62DNF73WHAFW5NIKTVFFYY7ANCNFSM5FNGEEUA]. > You...

> 这个修改版“优化编码能力”转换还可以: https://github.com/tumuyan/imewlconverter/releases/tag/20220202 master包含这个,用这个转换是不全的,乱码出错的部分被过滤掉了。