
This package contains a bundle of free (LGPL) linguistic
libraries, dictionaries and tools, made available by the AOT project.

About the project
-----------------

TODO

Sources
-------

Sources of the AOT project are distributed on (at least) three sites:

 * http://aot.ru/download.php
 * http://sourceforge.net/projects/ddc-concordance/
 * https://sourceforge.net/projects/morph-lexicon/

Sources on these sites partially overlap and have common source 
tree structure. 

As of now, I include all source tarballs available on aot.ru in this package.
The full list of tarballs below:

 * http://aot.ru/download/rus-src-morph.tar.gz
 * http://aot.ru/download/eng-src-morph.tar.gz
 * http://aot.ru/download/ger-src-morph.tar.gz
 * http://aot.ru/download/graphan_dicts.tar.gz
 * http://aot.ru/download/rus-syn-dicts.tar.gz
 * http://aot.ru/download/ger-syn-dicts.tar.gz
 * http://aot.ru/download/lemmatizer.tar.gz
 * http://aot.ru/download/graphan.tar.gz
 * http://aot.ru/download/synan.tar.gz
 * http://aot.ru/download/concord.tar.gz

All tarballs are imported into a single source tree, and stored into a GIT repository
available at http://git.altlinux.org/people/kirill/packages/?p=aot.git;a=summary


Build
-----

Original Makefiles that come with AOT sources are not general enough to compile
on my systems. I could not thought of a best alternative than to add autoconf/automake 
scrpts to achieve more portable build.

Only Makefile.am's added, no generated Makefiles,
so to actually compile you should first run `autoreconf -fisv`
This lets us preserve original Makefiles, provided along with source

TODO 

RPM Packages
------------

RPM spec (somewhat specific to ALT Linux systems) is included into distribution. 
Package is splitted into several parts:

 * libaot = all shared libraries used various utilities
 * libaot-devel = all the headers from the package (see BUGS file)
 * aot-utils = all test utilities for graphematical, morphological and syntactic analisys
 * ddc-concordance = DDC utilities
 * aot-dicts-graphan = all graphematic dictionaries (rus, ger)
 * aot-{rus,ger,eng}-* = dictionaries for russian, german, english languages respectively
 * aot = virtual packages, installs all the aot-* packages

