favstats / plattdeutschr

Gives access to a Plattdeutsch translation service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plattdeutschr

Lifecycle: experimental

The goal of plattdeutschr is to translate German into Plattdeutsch (German dialect). plattdeutschr is built upon this tool by Marcel Meyer and simply provides an interface to it.

Installation

You can install the development version of plattdeutschr from GitHub with:

# install.packages("remotes")
remotes::install_github("favstats/plattdeutschr")

Example

This is a basic example:

library(plattdeutschr)
## basic example code
get_plattdeutsch("Was geht heute noch meine Kerle")
#> [1] "Wat geiht vondaag noch mien Keerl"
get_plattdeutsch("Ich würde gerne Maultaschen essen. Oder doch vielleicht Spätzle mit Soße.")
#> [1] "Ik deed geern Muultaschen eten. Aver villicht Laatzle mit Söös."
get_plattdeutsch(random = T)
#> [1] "Ik schölen ehr beter fragen."

About

Gives access to a Plattdeutsch translation service

License:Other


Languages

Language:R 100.0%