Encode/Arabic/Buckwalter version 1.11              2005/04/16 06:04:16
=====================================

Perl extension for Tim Buckwalter's transliteration of Arabic

Tim Buckwalter's notation is a one-to-one transliteration of the
Arabic script for Modern Standard Arabic, using lower ASCII characters
to encode the graphemes of the original script. This system has been
very popular in Natural Language Processing, however, there are limits
to its applicability due to numerous non-alphabetic codes involved.


DOCUMENTATION

Visit the site http://search.cpan.org/dist/Encode-Arabic/ or run

    perldoc [file|module]

in order to get more information on this and related software.


INSTALLATION

To install this module on 'make-aware' systems, type the following:

    perl Makefile.PL
    make
    make test
    make install

With ActiveState Perl, use the Perl Package Manager instead and run

    ppm

to enter the interactive interface and follow its instructions.


DEPENDENCIES

This module requires these other modules and libraries:

    Encode, Encode::Encoding, Scalar::Util


COPYRIGHT AND LICENCE

Copyright (C) 2003-2005 Otakar Smrz

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
