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
- Host: GitHub
- URL: https://github.com/favstats/schwabr
- Owner: favstats
- License: other
- Created: 2021-06-30T14:05:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T22:32:44.000Z (almost 5 years ago)
- Last Synced: 2025-04-01T20:31:30.307Z (about 1 year ago)
- Language: R
- Size: 4.88 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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
[](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.")
```