Test Ar-PHP Functionality Online
Test PHP Function
Sub Class:
- Select one -
AutoSummarize
CharsetD
CompressStr
Date
Gender
Glyphs
Hiero
Identifier
KeySwap
Mktime
Normalise
Numbers
Query
Salat
Sort
Soundex
Standard
Stemmer
StrToTime
Transliteration
WordTag
Method:
- Select one -
stem
roughStem
word:
Result (
var_dump
output):
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
include
(
'./I18N/Arabic.php'
)
;
$obj
=
new
I18N_Arabic
(
'Stemmer'
)
;
echo
$obj
->
stem
(
$word
)
;
Popular
utf8Glyphs
(1224)
ar2en
(973)
money2str
(550)
en2ar
(400)
isFemale
(291)
Recent
stripTatweel
(22 hours)
stem
(22 hours)
tagText
(1 days)
swapAe
(8 days)
normaliseHamza
(8 days)
Links
Homepage
Download
Bug Report
Feature Request
My Blog
My Twitter
Ads!
Home
|
Twitter
|
Blog
|
Contact
Copyright © 2006 - 2016 Khaled Al-Sham'aa