Install Google input method and cloud pinyin on Fedora 18

Source: Internet
Author: User

Since the word segmentation of sunpinyin is too inaccurate, it is recommended that Google Pinyin and cloud pinyin be used under Fedora 18, so I want to try it out. As the ora source is Google pinyin, You have to compile it by yourself and make a record for backup.
 
# Install fcitx
$ Sudo yum install fcitx
# Install devel
$ Sudo yum install fcitx-devel
# Install the fcitx visual Configuration Tool
$ Sudo yum install fcitx-configtool.i686
# The cmake command is required for compilation.
$ Sudo yum install cmake

# Compile the libgooglepinyin package
# Address https://code.google.com/p/libgooglepinyin/downloads/detail? Name1_libgooglepinyin-0.1.2.tar.bz2 & can = 2 & q =
$ Tar-jxvf libgooglepinyin-0.1.2.tar.bz2
$ Libgooglepinyin-0.1.2 cd
# See the Installation Introduction.
$ Vim INSTALL
# During installation, you can specify the installation location. However, when fcitx-googlepinyin is compiled, the default location will be found. For simplicity, I installed it in/usr by default.
$ Mkdir build; cd build
$ Cmake...-DCMAKE_INSTALL_PREFIX =/usr
$ Make
$ Sudo make install
 
# Compile and install fcitx-googlepinyin
# Address https://code.google.com/p/fcitx/downloads/list? Can = 2 & q = googlepinyin & colspec = Filename + Summary + Uploaded + ReleaseDate + Size + DownloadCount
# It is basically the same as the above Compilation
$ Tar-xvf fcitx-googlepinyin-0.1.6.tar.xz
$ Fcitx-googlepinyin-0.1.6 cd
$ Mkdir build; cd build
$ Cmake...-DCMAKE_INSTALL_PREFIX =/usr
$ Make
$ Sudo make install
# Restart the fcitx Input Method to see Google pinyin
 
# Install the cloud pinyin source
$ Sudo yum install fcitx-cloudpinyin
 

In the fcitx Configuration tool, you can set it in the additional components. You can see that the source of the cloud pinyin configuration dictionary is 4 sogou Google baidu QQ
Log out...
 
Attachment: after Google Pinyin is installed, sunpinyin is uninstalled and found on the Internet.
$ Sudo killall sunpinyin
$ Sudo rm-rf/library/'input methods '/sunpinyin. app
$ Sudo rm-rf ~ /Library/'input methods '/sunpinyin. app
$ Sudo rm-rf/library/sunpinyin
$ Sudo rm-rf ~ /Library/sunpinyin
$ Sudo rm-rf/library/preferences/'org. opensolaris. inputmethod. sunpinyin. plist'
$ Sudo rm-rf ~ /Library/preferences/'org. opensolaris. inputmethod. sunpinyin. plist'

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.