UAM Text Tools
Go to file
2013-01-17 22:52:30 +01:00
conf uaktualnienie gramatyki 2013-01-17 22:52:30 +01:00
dist Rewritten the build system, added lem UTF-8 version. 2012-02-07 15:37:11 +01:00
doc Rewritten the build system, added lem UTF-8 version. 2012-02-07 15:37:11 +01:00
lib prawie ca³kiem nowe dgc, du¿e zmiany w dgp, pomniejsze poprawki 2013-01-17 20:50:41 +01:00
share uaktualnienie gramatyki 2013-01-17 22:52:30 +01:00
src prawie ca³kiem nowe dgc, du¿e zmiany w dgp, pomniejsze poprawki 2013-01-17 20:50:41 +01:00
configure fixed further bugs around compdic 2012-02-22 23:10:23 +01:00
Makefile new version of dgp 2012-02-21 20:02:51 +01:00
README uaktualnienie gramatyki 2013-01-17 22:52:30 +01:00

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 module File::HomeDir

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