Difference between revisions of "Googlepinyin"

From Fcitx
Jump to navigation Jump to search
m (Text replacement - "<translate1>" to "<translate>")
 
(5 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
| dependency              = libgooglepinyn 0.1.2
 
| dependency              = libgooglepinyn 0.1.2
 
| programming language    = C++
 
| programming language    = C++
| language                = [[Chinese]]
+
| language                = Chinese
 
| license                = Apache v2
 
| license                = Apache v2
 
| website                = http://code.google.com/p/libgooglepinyin
 
| website                = http://code.google.com/p/libgooglepinyin
Line 12: Line 12:
 
== Intro ==
 
== Intro ==
  
Googlepinyin is a [[unigram]] based Chinese [[Hanyupinyin|Pinyin]] input method.
+
Googlepinyin is a [[wikipedia:N-gram|unigram]] based Chinese [[wikipedia:Hanyupinyin|Pinyin]] input method.
  
 
== 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]]

Latest revision as of 22:54, 2 February 2016

Googlepinyin
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.