enssaf

Results 2 comments of enssaf

Please, add these files to the repository to run the code bbc-arabic-wordlist.csv OSAc-wordlist.csv

Thank you it works with little modification to the code from textblob_ar import TextBlob from textblob_ar.correction import TextCorrection text = 'الاذدهاز' TextCorrection().correction(text) TextCorrection().correction(text, top=True)