favstats / bayeRisch

Gives access to a Bavarian translation service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bayeRisch

Lifecycle: experimental

The goal of bayeRisch is to translate German into Bavarian (German dialect). bayeRisch is built upon this tool by Andi Hummel and simply provides an interface to it.

Installation

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

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

Example

This is a basic example:

library(bayeRisch)
## basic example code
get_bayerisch("Ja, ich hätte gern ein Bier bitte.")
#> [1] "Jo, i häd grn a Bier bitte."
get_bayerisch("Angezapft ist.")
#> [1] "Ogzapft is."
get_bayerisch("Es gibt nichts besser als was gutes.")
#> [1] "'s gibt nix bessa ois wos guads."
get_bayerisch("Das ist gehüpft wie gesprungen.")
#> [1] "Des is ghüpft wia gsprunga."

About

Gives access to a Bavarian translation service

License:Other


Languages

Language:R 100.0%