This major release is based on MultiDimensiona Flat Databases. This way we can store our database on a single binary file, visiting it through stems and words, to get to the requested translation.
Exportation in HTML is also available, as well as a simple importation method.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires modules:
Lingua::AR::Word >=1.5.4 # needed for working on stems and arabtex encoding
MLDBM # needed for working on multidimensional flat DB
Perl >=5.8.x # needed for obvious reasons...but also because from this version on the UTF-8 is correctly managed
# (see perlunicode and perluniintro)
COPYRIGHT AND LICENCE
Copyright (C) 2006 by Andrea Benazzo
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.