Closed thexaib closed 4 years ago
Salam, I will work on it, I think that we can give more details about how Alef like letters will be converted.
[x] For Hamza, there are two ways to normalize it:
Thanks
I add new features to normalizing functions
import pyarabic.araby as araby text1 = u"جاء سؤال الأئمة عن الإسلام آجلا" araby.normalize_hamza(text1) 'جاء سءال الءءمة عن الءسلام ءءجلا' araby.normalize_hamza(text1, method="tasheel") 'جاء سوال الايمة عن الاسلام اجلا'
>>>text1 = u"بِٱلْهُدَىٰ"
>>>pyarabic.araby.normalize_alef(text1)
"بِالْهُدَا"
Hi, I am an Urdu speaker. I am trying to convert arabic words to simple words . I found the stated behavior, please correct me if i am wrong , may be it is intended or correct behavior. If that's the case how can i not change last YEH (small etc) to alef.
outputs: