Dobrica Pavlinušić's random unstructured stuff
Semantic Engine: Revision 8
{file: semantic-engine-debian-unstable.diff}

* project page: http://code.google.com/p/semantic-engine/
* "Using Latent Semantic Analysis in Bioinformatics"<http://www.hirank.com/semantic-indexing-project/presentations/biocon/slide0001.htm>

This page will document my tries to install it on current Debian unstable with support for both SQLite and MySQL. I also have ISO-8859-2 console, so it's important for me that UTF-8 encoded characters work well.

.pre
apt-get install libboost-filesystem-dev libboost-graph-dev libboost-program-options-dev libsqlite3-dev libmysqlclient15-dev
.pre

This will install (currently) version 1.34 of boost which won't work without patching source code with {file: semantic-engine-compile.diff}

.pre
svn co http://semantic-engine.googlecode.com/svn/trunk Semantic-Engine
cd Semantic-Engine


.pre