Librecognizer uses libtar and therefore the libtar source files
are included in this distribution.  The latest version of libtar
can be downloaded freely from:

http://www.feep.net/libtar/

NOTE 1: libtar must be compiled separately and _before_ librecognizer!
Furthermore, libtar should be compiled as a universal binary whenever librecognizer.a is to be linked into a modern Mac OSX application.  This is 
achieved by running the script libtar/macBuild.sh which will configure
compilation and build the libtar library.  The process will ultimately
produce a universal library libtar/lib/libtar.a which is usable on
both PPC and Intel Macs.  For non-OSX platforms, libtar should be compiled
using the typical "./configure && make" command.

NOTE 2: The Java recognizerProxy wrapper provides an interface to the
nnsl_mcst_recognizer class only.  _No_ other class is wrapped by 
recognizerProxy!  Modification of recognizerProxyImpl.cpp to wrap other
recognizer classes should be trivial if comments in the code are observed.

----

Thanks to Chih-Chung Chang and Chih-Jen Lin for their libsvm implementation
from which svm.cpp and svm.h is derived.  More information about libsvm 
can be found in:

Chih-Chung Chang and Chih-Jen Lin, LIBSVM: a library for 
support vector machines, 2001.
Software available at http://www.csie.ntu.edu.tw/~cjlin/libsvm

The LIBSVM implementation document is available at
http://www.csie.ntu.edu.tw/~cjlin/papers/libsvm.pdf
