Difference between revisions of "Googlepinyin"
Jump to navigation
Jump to search
Weng Xuetian (talk | contribs) m |
Weng Xuetian (talk | contribs) m |
||
Line 15: | Line 15: | ||
== Feature == | == Feature == | ||
− | It have no special feature, but it loads all data into memory and algorithm is simpler than [[bigram]] or [[trigram]] based input method. So in general it provides good speed and better accuracy than [[Built-in Pinyin]]. | + | It have no special feature, but it loads all data into memory and algorithm is simpler than [[wikipedia:N-gram|bigram]] or [[wikipedia:N-gram|trigram]] based input method. So in general it provides good speed and better accuracy than [[Built-in Pinyin]]. |
[[Category:Input Method]] | [[Category:Input Method]] |
Revision as of 12:31, 12 March 2012
Lastest Fcitx Wrapper Version | 0.1.5 |
---|---|
Dependency | libgooglepinyn 0.1.2 |
Written In | C++ |
For | Chinese |
License | Apache v2 |
Website | http://code.google.com/p/libgooglepinyin |
Intro
Googlepinyin is a unigram based Chinese Pinyin input method.
Feature
It have no special feature, but it loads all data into memory and algorithm is simpler than bigram or trigram based input method. So in general it provides good speed and better accuracy than Built-in Pinyin.