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 translators.

  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. pypi.org › project › deepldeepl · PyPI

    13 wrz 2017 · Translating text. To translate text, call translate_text(). The first argument is a string containing the text you want to translate, or a list of strings if you want to translate multiple texts. source_lang and target_lang specify the source and target language codes respectively.

  7. 1. Overview. The Translation API provides a simple, programmatic interface for dynamically translating an arbitrary string into any supported language using state-of-the-art Neural Machine...

  1. Ludzie szukają również