Skip to content

Releases: dongyuwei/Hallelujah-Windows

性能优化

20 Oct 10:12
Compare
Choose a tag to compare

减少第一次切换到哈利路亚输入法时的卡顿时间:

  • 使用orjson替换Python内置的json来加载和解析json词库,单个json文件大约可以减少80ms(250ms - 170ms);
  • 使用sqlite3 db来取代最大的那个词库(英语单词、ipa音标、中文翻译、词频), 并且替换掉(性能其实非常高的)marisa_trie。
  • 整体上从500多毫秒优化到170毫秒左右,没有明显的卡顿了。
  • 解决sqlite3 db打包后的问题(需要复制到用户目录下才有合适权限)。

Special release for English users

19 Oct 15:33
Compare
Choose a tag to compare
Pre-release
  1. Candidates without IPA and Chinese translation.
  2. Can define custom substitutions in C:\Users\<user>\hallelujah.json, Eg: If you defined {"yem":"you expand me"} in the json file,then when you input yem , the input method will show you expand me as the first candidate.

Not recommended for Chinese users. 不推荐中文用户使用这个版本。

fix bug: input digit number in Excel.

26 May 04:04
Compare
Choose a tag to compare

性能优化,避免每次切换输入法都重新初始化

16 Mar 16:29
Compare
Choose a tag to compare

优化后只有第一次激活该输入法时会有几秒卡顿(加载词库等)。
后续再次切换输入法不会有任何卡顿。

安装程序默认选中Hallelujah输入法

16 Mar 14:48
Compare
Choose a tag to compare

安装程序默认选中Hallelujah输入法

简化安装程序

22 Jan 04:33
Compare
Choose a tag to compare

安装程序中只保留哈利路亚输入法,剔除PIME自带的其他输入法

show more pinyin candidates

23 Dec 14:25
Compare
Choose a tag to compare

Better Pinyin in, English out.

image

支持按英文单词的模糊音匹配输入

26 Nov 01:52
Compare
Choose a tag to compare

支持按英文单词的模糊音来输入。 如输入 kerrage可以得到 courage候选词,也可以输入 aosome或者 ausome 来得 awesome 候选词。

Windows平台哈利路亚英文输入法第2版

31 Oct 12:19
Compare
Choose a tag to compare

fix bug: commit selected candidate.