This page describes the installation procedure of CoDAK on Debian/Ubuntu. For now, CoDAK is not packaged for any other OS.
To install, follow the steps below.
The following command will enable the CoDAK repository on your system (NOTE: the repository has moved - Oct 18, 2011).
echo 'deb http://downloads.sourceforge.net/project/codak/deb experimental main' \
| sudo tee /etc/apt/sources.list.d/codak.list
Update the local package database:
sudo apt-get update
For a basic CoDAK installation, type:
sudo apt-get install codak-core
To install also the (optional) terms extension, type:
sudo apt-get install codak-terms
It may happen that you see the following error after apt-get install:
Failed to fetch http://downloads.sourceforge.net/project/codak/deb/pool/main/c/codak-terms/codak-terms_0.9.0+svn20111115-1_all.deb Undetermined error
If that happens, most likely APT failed to fetch the file even though it is downloadable as normal. For the moment, the workaround is to fetch and install the file manually:
wget http://downloads.sourceforge.net/project/codak/deb/pool/main/c/codak-terms/codak-terms_0.9.0+svn20111115-1_all.deb
dpkg -i codak-terms_0.9.0+svn20111115-1_all.deb
(replace the filename with the actual filename shown in the error message)
To complete the installation:
A Frog module is included in the codak-core package, but Frog itself must be installed separately for the module to work. Frog and its dependencies can be downloaded and installed from source by running its installation script:
install-ilktools
To test if Frog works, do:
frog -v
This should output something like:
frog 0.12.3(c) ILK 1998 - 2011
Induction of Linguistic Knowledge Research Group, Tilburg University
The ontology connection requires a working installation of Sesame.
Create repository at the Sesame command prompt:
connect http://localhost:8080/openrdf-sesame.
create native.
Stuck in the installation process? Get help...