We just released the developing source code of SunPinyin-2.0 project!
We re-wrote the engine part, to support more pinyin schemes and user dictionary. Thanks to William for his contribution. So far, we are about finishing the core logics and functionalities, and you could play with the test application (gtk_standalone) to have a try. 🙂
You could update your local repository, or clone ssh://anon@hg.opensolaris.org/hg/nv-g11n/inputmethod
, if you don't have one on your disk. Then follow the steps as described,
$ cd sunpinyin2 $ ln -s ../../sunpinyin/ime/data/lm_sc.t3g.le data/lm_sc.t3g.le $ ./autogen.sh --enable-debug --disable-cle $ cd build $ make genpyt $ make lexicon $ cd ../wrapper/gtk_standalone/ $ make $ ./sunpinyin
You are welcome to review the code, join the development, or port it to various input method frameworks or operating systems!
期待在ubuntu上使用:)