https://github.com/chainsawriot/dewi
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.1%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: chainsawriot
- License: gpl-3.0
- Language: R
- Default Branch: master
- Size: 75.2 KB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 4 years ago
· Last pushed over 4 years ago
Metadata Files
Readme
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# dewi
[](https://github.com/chainsawriot/dewi/actions)
The goal of dewi is to query German Wikitionary for a noun and its possible alternative forms. For example, querying the word "Japaner" (Male Japanese) will generate the plural form "Japaner", the genitive form "Japaners", the dative plural form "Japanern", the female counterpart "Japanerin", the plural female counterpart "Japanerinnen".
## Installation
You can install the Github version of dewi with:
``` r
devtools::install_github("chainsawriot/dewi")
```
## Example
This is a basic example which shows you how to solve a common problem:
```{r japaner}
library(dewi)
dewi("Japaner")
```
```{r japanerin}
dewi("Japanerin")
```
```{r asiat}
## N-deklination
dewi("Asiat")
```
```{r mannheimer}
dewi("Mannheimer")
```
Also useful for occupations, even weird ones.
```{r kowi}
dewi("Kommunikationswissenschaftler")
```
```{r re1}
dewi("Regierungschef")
```
```{r to1}
dewi("Tormann") %>% print(n = 100)
```
For nouns without an equivalent form in another gender, only the original form and its alternative forms will be returned.
```{r frau}
dewi("Frau")
```
The program returns `NA` if nothing is found.
```{r qwerty}
dewi("Qwerty")
```
Owner
- Login: chainsawriot
- Kind: user
- Location: Germany
- Company: @gesistsa
- Website: http://www.chainsawriot.com
- Repositories: 241
- Profile: https://github.com/chainsawriot
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: about 3 hours
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- chainsawriot (1)