goslate

HTTPError: HTTP Error 503: Service Unavailable goslate language detection request : Python

风格不统一 提交于 2019-11-27 14:41:53
I have just started using the goslate library in Python to detect the language of the words in a text but after testing it for 7-8 inputs, I gave the input which had the words written in two languages, Arabic and English. After which, it started giving me the error. Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> execfile("C:/test_goslate.py"); File "C:/test_goslate.py", line 12, in <module> language_id = gs.detect('الدولة') File "C:\Python27\lib\site-packages\goslate.py", line 484, in detect return self._detect_language(text) File "C:\Python27\lib\site

HTTPError: HTTP Error 503: Service Unavailable goslate language detection request : Python

折月煮酒 提交于 2019-11-26 16:51:15
问题 I have just started using the goslate library in Python to detect the language of the words in a text but after testing it for 7-8 inputs, I gave the input which had the words written in two languages, Arabic and English. After which, it started giving me the error. Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> execfile("C:/test_goslate.py"); File "C:/test_goslate.py", line 12, in <module> language_id = gs.detect('الدولة') File "C:\Python27\lib\site-packages