
Lingua::AR::Word::Stem - Perl extension to find the stem of a given Arabic word

use Lingua::AR::Word::Stem;
$stem=Lingua::AR::Word::stem("ARABIC_WORD_IN_UTF8");

This module will take care of finding the stem of an Arabic word, through chopping the prefixes and suffixes of the word and by taking away unnecessary letters in the middle of the word.

Andrea Benazzo, <andy@slacky.it>

Copyright (c) 2006 Andrea Benazzo. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.