Trees | Indices | Help |
---|
|
Arabic noun stemmer
|
|||
|
|||
list. |
|
||
list. |
|
||
list. |
|
||
list of pairs. |
|
||
list of unicode. |
|
||
True/False. |
|
||
|
|||
unicode. |
|
||
unicode. |
|
||
unicode. |
|
||
|
|
Analyze word morphologically as noun
|
Analyze word morphologically by stemming the conjugation affixes.
|
Look up for the broken plural in dictionary.
|
Verify possible affixes in the resulted segments according to the given affixes list.
|
Generate the Noun stem variants according to the affixes. For example مدرستي=>مدرست+ي => مدرسة +ي. Return a list of possible cases.
|
Verify if proaffixes (sytaxic affixes) are compatable with affixes ( conjugation)
|
Join the noun and its affixes, and get the vocalized form
|
Get the suffix variant to be joined to the word. For example: word = مدرس, suffix=ة, encletic=ي. The suffix is convert to Teh.
|
Get the word variant to be joined to the suffix. For example: word = ةمدرس, suffix=ي. The word is converted to مدرست.
|
Set the debug attribute to allow printing internal analysis results.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Mar 16 22:44:15 2012 | http://epydoc.sourceforge.net |