mpcabd / python-arabic-reshaper

Reconstruct Arabic sentences to be used in applications that don't support Arabic
MIT License
398 stars 80 forks source link

front page example is not reproducible #19

Closed fmv1992 closed 6 years ago

fmv1992 commented 6 years ago

Hello,

Thanks for this package.

The example on the front page is not reproducible, even after:

pip3 install --upgrade arabic-reshaper bidi
pip3 install python-bidi

Please provide a minimal working example for us to better use this program.

Best,

ravarage commented 6 years ago

pip3 install python-bidi from bidi.algorithm import get_display

Example here

https://github.com/mpcabd/python-arabic-reshaper/issues/22

mpcabd commented 6 years ago

@ravarage's comment is correct, but also I pushed commit 1175907 which solves this for you.