Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonthegeek/wikimorphemesedit
Add Morphology to Wiktionary Articles
https://github.com/jonthegeek/wikimorphemesedit
Last synced: 10 days ago
JSON representation
Add Morphology to Wiktionary Articles
- Host: GitHub
- URL: https://github.com/jonthegeek/wikimorphemesedit
- Owner: jonthegeek
- Created: 2021-01-22T15:56:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T22:20:33.000Z (over 3 years ago)
- Last Synced: 2024-05-01T18:01:03.837Z (6 months ago)
- Language: R
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
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%"
)
```# wikimorphemesedit
The goal of wikimorphemesedit is to streamline the submission of multiple edits to Wiktionary.
## Installation
You can install the released version of wikimorphemesedit from [CRAN](https://CRAN.R-project.org) with:
``` r
# No you can't, not on CRAN.
# install.packages("wikimorphemesedit")
```And the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("jonthegeek/wikimorphemesedit")
```## Getting Started
You will need an [account on Wiktionary](https://en.wiktionary.org/w/index.php?title=Special:CreateAccount).
Please be sure to carefully [vet](https://en.wiktionary.org/wiki/vet#Etymology_3) all edits before submitting them!
See the vignette for an example of multiple submissions.