= Requirements = ATK 1.4.1, available from http://htk.eng.cam.ac.uk/develop/atk.shtml = Compiling = == Compile ATK == I had to set these environment variables to compile under Ubuntu/amd64: export CPU=`uname -m` export HTKCC=gcc-3.4 and add this to atk/ATKLib/Makefile. CXX=g++-3.4 == Compile == - Set the environment variable ATK_HOME to point to your atk directory, e.g.: export ATK_HOME=~/src/atk the CPU environment variable has to set to the same value as when compiling ATK: export CPU=`uname -m` - Compile: $ make == Running the test program == ./testatkrec This uses the included SLF file numerals.net. You can create an SLG network from any GF grammar by loading it into GF and running: pg -printer=slf | wf file.net You then need to change the file name in the GRAM macro in testatkrec.c. == Installing the library == $ make install