Re: Question about Tashaphyne package in python

2013-03-03 Thread MRAB
On 2013-03-03 03:06, yomnasala...@gmail.com wrote: I have a Python code that take an Arabic word and get the root and also remove diacritics, but i I have a problem with the output. For example : when the input is "العربيه" the output is:"عرب" which is right answer but when the input is "كاتب"

Question about Tashaphyne package in python

2013-03-02 Thread yomnasalah91
I have a Python code that take an Arabic word and get the root and also remove diacritics, but i I have a problem with the output. For example : when the input is "العربيه" the output is:"عرب" which is right answer but when the input is "كاتب" the output is:"ب", and when the input is "يخاف" the