Google Translate API with Python

Google Translate API with Python

Parwiz Forogh

4 года назад

68,745 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@ThunderLightning-go5wj
@ThunderLightning-go5wj - 07.06.2024 13:24

the ratio is broken

Ответить
@ThunderLightning-go5wj
@ThunderLightning-go5wj - 07.06.2024 13:24

views are way more than the likes

Ответить
@SonTuyenNgocHuyen
@SonTuyenNgocHuyen - 28.04.2024 08:14

Immersive Translateはもう試しましたか?このツールは、オンラインで外国のコンテンツをスキャンするのに最適なツールです。Yandex翻訳、Microsoft Bing翻訳、Google翻訳、そしてGptよりも優れています。 しかも無料だ!

Ответить
@seyedsomaye
@seyedsomaye - 28.08.2023 14:30

دمت گرم

Ответить
@explorerofinfinity722
@explorerofinfinity722 - 06.06.2023 02:48

Hi.. it is showing ModuleNotFoundError: No module named 'googletrans' after 'pip install googletrans'.

Ответить
@rainerpavletic4814
@rainerpavletic4814 - 08.03.2023 23:13

How can we use this to translate an HTML page?

Ответить
@kripo_se
@kripo_se - 11.02.2023 16:30

The S sound is hurting my ears

Ответить
@Good_Morning_Musa
@Good_Morning_Musa - 17.11.2022 17:11

Thanks from Russia

Ответить
@adoni820
@adoni820 - 28.08.2022 05:03

thank you.

Ответить
@lankydog2130
@lankydog2130 - 10.07.2022 02:30

If you want the translated text do translator.translate(text2).text

Ответить
@UsmanKhan-hu8hw
@UsmanKhan-hu8hw - 07.07.2022 10:03

is it free?

Ответить
@buddhadebsarkar1708
@buddhadebsarkar1708 - 18.03.2022 15:11

no longer working.

Ответить
@dbsppesquisa1846
@dbsppesquisa1846 - 02.03.2022 20:45

Hi!!! I'm following your tutorial, but the following error appears: AttributeError: 'NoneType' object has no att. How to solve?

Ответить
@SilverMiraii
@SilverMiraii - 05.01.2022 12:59

it doesn't work anymore

Ответить
@TrendTrajectory
@TrendTrajectory - 13.12.2021 15:33

How can I translate a text file using this api

Ответить
@shehikes5888
@shehikes5888 - 22.11.2021 17:53

Hi,
Do we get my memory warning error.
i mean , is there any limit to translate words?

Ответить
@amitaggarwal4908
@amitaggarwal4908 - 24.10.2021 12:32

very helpful for app I am making

Ответить
@ortasekerli
@ortasekerli - 19.10.2021 20:29

Nice to see Turkish

Ответить
@WisdomShortvids
@WisdomShortvids - 01.10.2021 18:54

no longer works

Ответить
@Gia_Java
@Gia_Java - 17.09.2021 17:13

Helpful! Thanks!

Ответить
@arat9573
@arat9573 - 09.08.2021 11:38

the error i keep getting TypeError: translate() missing 1 required positional argument: 'text'

Ответить
@montezmusic
@montezmusic - 24.07.2021 14:20

I'm getting this error please help me sir.
Listening...
Recognizing...
User said: translate hello

'NoneType' object has no attribute 'group'


Code:elif 'translate' in query:
try:
speak('translating your sentences or words.....')
query=query.replace("translate", " ")
translator =Translator()
result=translator.translate(query,dest='hi')
speak('according the google translate')
print(result.pronunciation)
speak(result.pronunciation)


except Exception as e:
print(e)
speak("try with the another sentences or try after sometime")

Ответить
@bridgetanon9030
@bridgetanon9030 - 29.06.2021 17:31

It's not really translating, thought, is it? It's just substituting variables

Ответить
@Misha-yk4kp
@Misha-yk4kp - 29.04.2021 14:46

Hey! GoogleTrans is not the most reliable way for conducting Translation, as few times it will give to correct response and sometimes not! Not highly recommended!

Ответить
@datasci1044
@datasci1044 - 10.04.2021 19:46

Showing error :AttributeError: 'NoneType' object has no attribute 'group'

Ответить
@programacaosimples
@programacaosimples - 19.02.2021 19:25

Is it possible to get the examples and definition of the word in the native language if you use this package? For example, if I translate the word "luego" from spanish I get "soon" as a translation, but I also get an example: "primero comieron y luego tomaron café." and the word definition in spanish: "Más tarde en el tiempo, inmediatamente después o en un momento no muy lejano; puede referirse tanto al tiempo del cual se habla como al momento en el que se habla o se escribe".

My point is: I want to construct a database with the original word, the translation, the example and the definition too. Is it possible? I did it using selenium, but it takes too much time.

Ответить
@zeyadrhadi2285
@zeyadrhadi2285 - 19.02.2021 16:48

very excellent

Ответить
@rafialfarisi7462
@rafialfarisi7462 - 29.01.2021 19:16

i got this error AttributeError: 'NoneType' object has no attribute 'group'

Ответить
@amrmagdy_smarthome
@amrmagdy_smarthome - 13.01.2021 16:47

Pls How can i print my translated words only ??

Ответить
@nefertaripramudhita5611
@nefertaripramudhita5611 - 12.01.2021 19:25

im sorry but your mic pick up too much high frequency making it unpleasant to hear. but good tutorial anyway!

Ответить
@akshayjain8302
@akshayjain8302 - 15.12.2020 19:41

Is there is any limitations of using google trans library as I can see after certain searches it won't work and provide the same results as what we are giving as input

Ответить
@mathewaju
@mathewaju - 05.12.2020 01:37

Is it possible to pass an entire document for translation to this api? Like docx or pdf

Ответить
@divyasingh3856
@divyasingh3856 - 03.12.2020 15:27

Getting an error of SSL: Certificate_verify_failed, what to do for this can you suggest

Ответить
@ShoaibShoobi
@ShoaibShoobi - 11.09.2020 09:49

how to use this for dataset column please guide

Ответить
@Shobhikagarg
@Shobhikagarg - 10.08.2020 06:49

Can u pls make a video on how to photo upload n nested serialiser by django rest API

Ответить
@emr_yasa_
@emr_yasa_ - 09.08.2020 17:42

+1

Ответить