Test Ar-PHP Functionality Online

header line!
Test PHP Function










Ar-PHP Manual

static method stem [line 143]

static string stem( string $word)

Get rough stem of the given Arabic word



Tags:

return:  Arabic stem of the word
author:  Khaled Al-Sham'aa <khaled@ar-php.org>
access:  public


Parameters:

string   $word   Arabic word you would like to get its stem

Example
  1.      include('./I18N/Arabic.php');
  2.      $obj new I18N_Arabic('Stemmer');
  3.  
  4.      echo $obj->stem($word);
Popular
Recent
Links
Ads!
footer line!

No Software Patents! General Public License

Home | Twitter | Blog | Contact

Copyright © 2006 - 2016 Khaled Al-Sham'aa