Procedural File: ArStemmer.class.php
Source Location: /sub/ArStemmer.class.php
Classes:
ArStemmer
This PHP class get stem of an Arabic word
Page Details:
----------------------------------------------------------------------
Copyright (C) 2009 by Khaled Al-Shamaa. http://www.ar-php.org ---------------------------------------------------------------------- LICENSE This program is open source product; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/lgpl.txt>. ---------------------------------------------------------------------- Class Name: Arabic Text ArStemmer Class Filename: ArStemmer.class.php Original Author(s): Khaled Al-Sham'aa <khaled.alshamaa@gmail.com> Purpose: Get stem of an Arabic word ---------------------------------------------------------------------- Source: http://arabtechies.net/node/83 By: Taha Zerrouki <taha.zerrouki@gmail.com> ---------------------------------------------------------------------- Arabic Word Stemmer Class PHP class to get stem of an Arabic word Example: include('./Arabic.php');
$Arabic = new Arabic('ArStemmer');
echo $Arabic->stem($word);
Tags:
|