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

sachsr

Lifecycle: experimental

The goal of sachsr is to translate German into Saxonian (German dialect). sachsr is built upon this tool and simply provides an interface to it.

Installation

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

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

Example

This is a basic example:

library(sachsr)
## basic example code
get_saxonian("Was geht heute noch meine Kerle")
get_saxonian("Ich würde gerne Maultaschen essen. Oder doch vielleicht Spätzle mit Soße.")
get_saxonian("Widerrechtlich abgestellte Fahrzeuge werden kostenpflichtig abgeschleppt.")


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