Sue-Fwl
Sue-Fwl
Thanks for keeping the issue alive. I just tried using all the modules: [I can still retrieve tweets but now both 'get_trends()' and 'Profile()' are not working, and the get_trends...
... The error is still visible when calling TextCorrection: ```python from textblob_ar import TextBlob from textblob_ar.correction import TextCorrection text = 'الاذدهاز' TextCorrection().correct(text) {'الاذهان', 'الازدهار', 'الادهان', 'الاندهاش'} TextCorrection().correct(text, top=True) ``` ```python...
I found the two lists, you can download them from sourceforge [https://sourceforge.net/projects/ar-text-mining/files/Arabic-Corpora/](url) [https://sourceforge.net/projects/ar-text-mining/files/Arabic-Corpora/OSAc-wordlist.7z/download](url) [https://sourceforge.net/projects/ar-text-mining/files/Arabic-Corpora/bbc-arabic-wordlist.7z/download](url) But the function still didn't work for me.
> 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,...