UAM Text Tools
Go to file
Tomasz Obrębski fb40f34eaa u-versions (utf8) of principal programs 2016-12-05 20:13:07 +01:00
conf Bugs in build and installation process fixed, lem.bin and gram.dgp built while compilation 2013-12-20 01:30:39 +01:00
dist Rewritten the build system, added lem UTF-8 version. 2012-02-07 15:37:11 +01:00
doc u-versions (utf8) of principal programs 2016-12-05 20:13:07 +01:00
lib u-versions (utf8) of principal programs 2016-12-05 20:13:07 +01:00
share u-versions (utf8) of principal programs 2016-12-05 20:13:07 +01:00
src u-versions (utf8) of principal programs 2016-12-05 20:13:07 +01:00
.gitignore u-versions (utf8) of principal programs 2016-12-05 20:13:07 +01:00
AUTHORS many changes, mainly dgp1 algorithm 2014-12-17 12:13:11 +01:00
Makefile Bugs in build and installation process fixed, lem.bin and gram.dgp built while compilation 2013-12-20 01:30:39 +01:00
README README updated 2014-10-24 12:50:34 +02:00
configure update pack 2016-11-11 17:08:18 +01:00

README

TO COMPILE UTT YOU WILL NEED:
make
gengetopt
gcc
g++
flex
openfst library
python

TO BUILD DOCUMENTATION YOU WILL NEED:
texi2html
texinfo
some kind of TeX package, like texlive

TO RUN UTT PROGRAMS YOU WILL NEED:

perl modules:
     File::HomeDir
     Parse::RecDescent (dgp grammar compilation)

INSTALLATION

% configure

% make

   compiles all the components

% sudo make install

   installes the package in your system in the directory defined by PREFIX in the configure
   options, except configuration files which are installed in /etc/utt directory

when --enable-utf8 is specified in configure options then if there's a directory with 
_utf8 suffix in the source directory it will be compiled instead of the normal version


UNINSTALLATION

% sudo make uninstall