Skip to content

Instantly share code, notes, and snippets.

@akaihola
Created December 4, 2011 09:35
Show Gist options
  • Save akaihola/1429732 to your computer and use it in GitHub Desktop.
Save akaihola/1429732 to your computer and use it in GitHub Desktop.
Finnish dictionary on Xubuntu

Building makedict

Download makedict from http://sourceforge.net/projects/xdxf/files/Converter_%20many%20to%20many/makedict-0.4.1-beta1-Source.tar.gz/download

Compile and install:

sudo apt-get install -y cmake libglib2.0-dev libexpat1-dev
cd /tmp
tar xvf ~/Downloads/makedict-0.4.1-beta1-Source.tar.gz
cd makedict-0.4.1-beta1-Source/
mkdir build
cd build
cmake ..
make
sudo make install

Converting the dictionary

Download the dictionary from http://ignum.dl.sourceforge.net/project/xdxf/dicts-XDXF/sdict05/comn_sdict05_fin_eng.tar.bz2

Do the conversion:

cd /tmp
tar xvf ~/Downloads/comn_sdict05_eng_fin.tar.bz2
cd eng_fin
mkdir out
makedict -i xdxf -o dictd -d out dict.xdxf

to be continued...

Other dictionary databases found on-line

Other converters found on-line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment