|
QuickStart
IntroductionSee 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
tar -xzf cjklib-0.3.tar.gz cd cjklib-0.3 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:
sudo installcjkdict CEDICT That's it. WindowsDownload 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 UbuntuRun 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 DebianDownload the .deb from Downloads and run dpkg -i python-cjklib_0.3~unstable-1_all.deb |
► Sign in to add a comment
I just used your cedict.db as the data source of my Vim 中文输入法. It worked as "plug and play" without modifying anything.
Thanks for your effort.
Wow, that looks cool. Thanks for sharing.