dongyuwei
dongyuwei
可以来试试我的哈利路亚输入法,支持输入拼音来输出英文。
https://github.com/dongyuwei/hallelujahIM
@pkamb the IMKCandidates' `attachChild` and `showChild` methods are awesome, but they are broken since macOS Sierra v10.12. So I have to implement a custom window to show extra information.
@brettferdosi The candidates window was broken since 10.13.x(Mojave ), my workaround is to call candidates window's `moveDown` and `moveUp` methods manually, and implement the numeric selection logic manually. See https://github.com/dongyuwei/hallelujahIM/blob/master/src/InputController.mm#L105
brew link spidermonkey Warning: Already linked: /usr/local/Cellar/spidermonkey/1.8.5_1 To relink: brew unlink spidermonkey && brew link spidermonkey brew info spidermonkey spidermonkey: stable 1.8.5 (bottled), HEAD JavaScript-C Engine https://developer.mozilla.org/en/SpiderMonkey Conflicts with: narwhal...
my local Erlang info: Erlang/OTP 19 [erts-8.0] [source-6dc93c1] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]
Thanks for your reply, davisp. `ls /usr/local/lib/|grep moz` libmozjs185-1.0.a libmozjs185.1.0.0.dylib libmozjs185.1.0.dylib libmozjs185.dylib Looks like there they are, so what should I do?
Can just use `bert-base-uncased`, comment out/ remove other models. In my tests, bert(500M?) is good enough to use.
使用Python多线程异步加载词库可能会好一点,今天手头没有windows电脑。等有空了试试效果。