Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

textclip python arabic

import arabic_reshaper
from bidi.algorithm import get_display

def formatArabicSentences(sentences):
   formatedSentences = arabic_reshaper.reshape(sentences)
   return get_display(formatedSentences)
 
PREVIOUS NEXT
Tagged: #textclip #python #arabic
ADD COMMENT
Topic
Name
5+6 =