My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
QuickStart  
Guide on how to quick start into using cjklib.
Featured, Phase-Deploy
Updated May 10, 2010 by christop...@gmail.com

Introduction

See http://cjklib.org/0.3/installing.html for a full explanation.

Make sure you have Python 2.5 or newer, SQLalchemy and SQLite installed (lets focus on SQLite for now). Jump to Windows, Ubuntu or Debian for an installer version.

Steps

  1. First download the latest release from Downloads and unpack it.
  2.   tar -xzf cjklib-0.3.tar.gz
  3. Go to the new directory
  4.   cd cjklib-0.3
  5. Install
  6.   sudo python setup.py install

Now you should be able to test most of the examples given under Screenshots.

For the additionally offered dictionary functions you can:

  1. Install CEDICT (or any other out of EDICT, HanDeDict, CEDICTGR, CFDICT):
  2.   sudo installcjkdict CEDICT

That's it.

Windows

Download the .exe installer for MS Windows from Downloads and run it.

Make sure C:\Python26\Scripts is in your PATH enviroment.

Install CEDICT (or any other, see above)::

  installcjkdict CEDICT

Ubuntu

Run the following on Ubuntu to install from a PPA:

Then run

sudo add-apt-repository ppa:cburgmer/ppa
sudo apt-get update
sudo apt-get install python-cjklib

Debian

Download the .deb from Downloads and run

dpkg -i python-cjklib_0.3~unstable-1_all.deb
Comment by maxiangjiang, Nov 6, 2010

I just used your cedict.db as the data source of my Vim 中文输入法. It worked as "plug and play" without modifying anything.

http://vimim.googlecode.com/svn/vimim/vimim.html#what-is-new

Thanks for your effort.

Comment by project member christop...@gmail.com, Nov 7, 2010

Wow, that looks cool. Thanks for sharing.


Sign in to add a comment
Powered by Google Project Hosting