Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. In this tutorial, you will learn how to perform language translation in Python using Googletrans library. Googletrans is a free and unlimited Python library that makes unofficial Ajax calls to Google Translate API to detect languages and translate text.

  2. 1 lip 2020 · This tutorial demonstrated how to translate text and automate multiple translations using python. More precisely using the deep-translator package, which supports multiple famous...

  3. 6 cze 2020 · With the googletrans (pypi.org/project/googletrans) module that is possible. The following code takes an input folder with text files of the format you provided (multiple occurrences are allowed), translates the relevant parts and creates a new translated text file in the output folder for every input file.

  4. 27 sty 2020 · The translate() method returns an object that contains information about the translated text, the source and destination languages and the pronunciation of the text. By default, the translate() method returns the English translation of the text passed to it.

  5. 29 sie 2024 · In this tutorial, you will learn how to perform Python translation of nearly any type of text. I’ll show you how to work with the Google Translate and DeepL engines using Python, how to detect the language of your texts, and how to automate language translation using a dedicated TMS.

  6. 19 gru 2022 · # Parse the text using the English language model doc = nlp_en(text) # Use the translate method to translate the text translated_doc = doc.translate(to_lang = "es") # Print the translated text print (translated_doc.text) # Output: "hola, mundo!"

  7. 30 maj 2023 · The translate () function is a built-in function in Python that can convert text from one language into another. It has many parameters, which are explained in the official documentation. String translation in Python. Syntax of translate () You need to pass the table as the argument. It works like replace ().

  1. Ludzie szukają również