knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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")
get_plattdeutsch("Ich würde gerne Maultaschen essen. Oder doch vielleicht Spätzle mit Soße.")
get_plattdeutsch("Widerrechtlich abgestellte Fahrzeuge werden kostenpflichtig abgeschleppt.")
get_plattdeutsch(random = T)


favstats/plattdeutschr documentation built on Dec. 20, 2021, 7:45 a.m.