星期六 三月 21, 2009

I just committed the python binding of CPinyinTrie class in SunPinyin -- pytrie.pyx (written in cython). Together with pyslm extension, you (and I off course) are able to start building the input method engine with python. And I'm also prototyping some new stuff for SunPinyin-2.0 with Python (in very early stage).

Who has interests in porting SunPinyin to ibus? ;)

To build it on Solaris with SunStudio,
$ export CC=/opt/SUNWspro/bin/CC
$ export LDFLAGS="-lCrun -lCstd"

This blog copyright 2009 by yongsun