Skip to content

Instantly share code, notes, and snippets.

@goodjob1114
Last active December 17, 2015 07:43
Show Gist options
  • Save goodjob1114/36985833c6d1896f900e to your computer and use it in GitHub Desktop.
Save goodjob1114/36985833c6d1896f900e to your computer and use it in GitHub Desktop.
opencc and ropencc install memo

ubuntu 14.04

install opencc latest version

sudo apt-get install Doxygen
cd /tmp
git clone git@github.com:BYVoid/OpenCC.git
cd OpenCC
make
sudo make install

install ropencc

gem install ropencc

test

irb
> require 'ropencc'
> Ropencc.conv('t2s.json', '新年快樂')
=> "新年快乐"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment