An open API service indexing awesome lists of open source software.

https://github.com/favstats/schwabr

Gives access to a Swabian translation service
https://github.com/favstats/schwabr

Last synced: 12 months ago
JSON representation

Gives access to a Swabian translation service

Awesome Lists containing this project

README

          

---
output: github_document
---

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

# schwabr

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)

The goal of `schwabr` is to translate German into Swabian (German dialect). `schwabr` is built upon [this tool](https://www.topster.de/deutsch-schwaebisch/) and simply provides an interface to it.

## Installation

You can install the development version of `schwabr` from GitHub with:

``` r
# install.packages("remotes")
remotes::install_github("favstats/schwabr")
```

## Example

This is a basic example:

```{r example}
library(schwabr)

```

```{r}
get_schwab("Heute gab es zum Frühstück ein Brötchen mit Marmelade.")
```

```{r}
get_schwab("Mein Haus erreiche ich manchmal mit dem Zug schneller als mit meinem Wagen.")
```

```{r}
get_schwab("Gibst du mir etwas Klebstoff, damit ich die Sticker ankleben kann. Ich schlag dann ganz arg darauf. Hoffentlich ist das nicht gleich kaputt.")
```

```{r}
get_schwab("arbeiten, arbeiten, Haus bauen")
```

```{r}
get_schwab("Ich würde gerne Maultaschen essen. Oder doch vielleicht Spätzle mit Soße.")
```