python-arabic-reshaper icon indicating copy to clipboard operation
python-arabic-reshaper copied to clipboard

Reconstruct Arabic sentences to be used in applications that don't support Arabic

Results 20 python-arabic-reshaper issues
Sort by recently updated
recently updated
newest added

I found that a variation of the letters ل and م isn't added for amiri fonts I don't know what would be the complexity or time taken to add them...

Hi I had a scenario in my project for rolling back a reshaped text to original text I've written this feature, so i'll link it as a pull request Hope...

Your work is very impressive and work best for the Urdu language. I am working on a project in which I have to know the character form. You found character...

#74 This feature is about being able to get original text from reshaped one It supports harakat, ligatures and etc

Hello, i tried to import it in ironpython without sucess can you please add support for ironpython?

the image will explain what i mean: ![example](https://user-images.githubusercontent.com/35382418/90841660-71448100-e35d-11ea-8d3a-b308d5bdebe5.png) highlighted: ![image](https://user-images.githubusercontent.com/35382418/90841702-9a651180-e35d-11ea-9fe2-030e56ac050d.png) the issue continues with some other certain letters connect to each other this way. the snippet code i used: ```...

I have a script for extracting Arabic text from PDF. `pdfminer` lib is used for pdf parsing. When extracting the Arabic text, sentences were reversed but the letters in each...

Thank you again for this great project. I see that the letter ڵ for some reason is not reshped when using Kurdish. Do I need to change the configuration to...

I am using this package to be able to use my terminal in the rare cases where some RTL text is involved. I currently have this script: ```python #!/usr/bin/env python3...

Hi, Thanks for your great project. In arabic_reshaper.py, both line 31 and 32 start with "08d4", is that correct? And the last range in HARAKAT_RE, "\u08e3-\u08ff" maybe a mistake too?