From cc8ba72ad19387c9f451f28258f5dfc23aef8172 Mon Sep 17 00:00:00 2001 From: Tomeriko96 Date: Fri, 23 Aug 2024 09:03:53 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Tomeriko?= =?UTF-8?q?96/polyglotr@18215400c4307928804455a9eef6159a0f7e8083=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/Linguee.html | 28 +- articles/Movie_Reviews.html | 43 +- articles/polyglotr.html | 4 +- index.html | 4 +- pkgdown.yml | 2 +- reference/create_translation_table.html | 9 +- reference/create_transliteration_table.html | 9 +- reference/google_is_valid_language_code.html | 7 +- reference/google_translate_long_text.html | 5 +- reference/wikipedia_get_language_names.html | 498 ++++++++++--------- search.json | 2 +- 11 files changed, 271 insertions(+), 340 deletions(-) diff --git a/articles/Linguee.html b/articles/Linguee.html index 4fae34a..c938494 100644 --- a/articles/Linguee.html +++ b/articles/Linguee.html @@ -87,21 +87,7 @@

External Sources
 external_sources <- linguee_external_sources("hello", src = "en", dst = "de")
 
-print(external_sources)
-#> # A tibble: 30 × 4
-#>    src                                                     dst   src_url dst_url
-#>    <chr>                                                   <chr> <chr>   <chr>  
-#>  1 "On this forehead of business to elevated cognitive co… "Auf… http:/… http:/…
-#>  2 "Hello and welcome to a project [...] that aims to col… "Hal… http:/… http:/…
-#>  3 "Hello people, you'll hardly believe [...] this, but i… "Leu… http:/… http:/…
-#>  4 "Wu Kun: Hello, everyone, very grateful [...] to all n… "Wu … http:/… http:/…
-#>  5 "Hello,I am Desperately looking [...] for a new home t… "Hal… http:/… http:/…
-#>  6 "The two children who are playing Slovakia and Hungary… "Die… http:/… http:/…
-#>  7 "In our city, the local and foreign tourists, in a pea… "In … http:/… http:/…
-#>  8 "For example, soup is traditionally eaten in China at … "So … http:/… http:/…
-#>  9 "Example of application: In case you want to send an S… "Anw… http:/… http:/…
-#> 10 "It begins with mouth percussion, with playful greetin… "Es … http:/… http:/…
-#> # ℹ 20 more rows
+print(external_sources)

Translation Examples @@ -112,14 +98,7 @@

Translation Examples
 translation_examples <- linguee_translation_examples("hello", src = "en", dst = "de")
 
-print(translation_examples)
-#> # A tibble: 4 × 3
-#>   source           target            pos         
-#>   <chr>            <chr>             <chr>       
-#> 1 say hello to     grüßen            verb        
-#> 2 say hello        guten Tag sagen   verb        
-#> 3 Hello everybody! Hallo allerseits! interjection
-#> 4 big hello        großes Hallo      noun, neuter

+print(translation_examples)

Word Translation @@ -129,8 +108,7 @@

Word Translation
 word_translation <- linguee_word_translation("hello", source_language = "en", target_language = "de")
 
-print(word_translation)
-#> [1] "Hallo"      "Hallo!"     "Guten Tag!" "Grüß Gott!" "Grüezi!"

+print(word_translation)