Chiram

Results 9 comments of Chiram

> 最近小弟在研究如何自製一個簡化版筆劃輸入法,請問那個相關的code 能夠做到筆劃輸入法中"通",或者說萬能鍵的用途呢?還有小弟仍在打開.dictates 和.scheme有問題,有那位大神能幫忙send筆劃輸入法coding是如何樣呢?萬分感謝。 可以用lua做到

> > 考慮使用charset_filter? > > 这个要怎么用? 目前的版本中 cjk_minifier 已經是Charset_filter的別名了 詳情可以去看看Librime的配置手冊

in these samples, I suggest you to edit your dictionary to lower the uncommon word or use lua_filter to advance the frequent word.

> It will work. But I suggest to define a new class (e.g. `LuaTranslatorWithMemory`), because not all lua translators need `Memory`. > > Using raw lua APIs to pass objects...

excuse me that I am facing a problem when C++ return dict query result to lua the dict result contains weight , text, and code with a iterator. I want...

> Sorry for late reply. `std::vector` is supported, so you can write a function that returns a vector, and use the `WRAP` macro. > > I think wrapping the iterator...