{"id":24797229,"url":"https://github.com/agricolamz/lingglosses","last_synced_at":"2025-06-15T22:41:30.698Z","repository":{"id":45057343,"uuid":"440443756","full_name":"agricolamz/lingglosses","owner":"agricolamz","description":"R package that helps to render interlinear glossed linguistic examples in html rmarkdown documents and then semi-automatically compiles the glosses list","archived":false,"fork":false,"pushed_at":"2023-10-11T08:45:18.000Z","size":21755,"stargazers_count":13,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-11-20T14:48:56.120Z","etag":null,"topics":["glosses","glosses-list","interlinear-gloss","language-documentation","linguistics","r","rmarkdown","typology"],"latest_commit_sha":null,"homepage":"https://agricolamz.github.io/lingglosses/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agricolamz.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json"}},"created_at":"2021-12-21T08:28:22.000Z","updated_at":"2023-10-10T08:50:14.000Z","dependencies_parsed_at":"2024-11-09T13:31:21.234Z","dependency_job_id":"dcec4697-2153-4f73-bc91-56f8346a9661","html_url":"https://github.com/agricolamz/lingglosses","commit_stats":{"total_commits":170,"total_committers":4,"mean_commits":42.5,"dds":0.04117647058823526,"last_synced_commit":"6166f6443956d96afb34d37c156619015cec6036"},"previous_names":[],"tags_count":6,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agricolamz%2Flingglosses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agricolamz%2Flingglosses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agricolamz%2Flingglosses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agricolamz%2Flingglosses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agricolamz","download_url":"https://codeload.github.com/agricolamz/lingglosses/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236279951,"owners_count":19123473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["glosses","glosses-list","interlinear-gloss","language-documentation","linguistics","r","rmarkdown","typology"],"created_at":"2025-01-30T01:18:40.399Z","updated_at":"2025-01-30T01:18:40.925Z","avatar_url":"https://github.com/agricolamz.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput:\n  html_document:\n    keep_md: yes\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n# `lingglosses`: Linguistic glosses and semi-automatic list of glosses creation\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\nlibrary(lingglosses)\n```\n\n[![CRAN version](https://www.r-pkg.org/badges/version/lingglosses)](https://cran.r-project.org/package=lingglosses)\n[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n[![](http://cranlogs.r-pkg.org/badges/grand-total/lingglosses)](https://CRAN.R-project.org/package=lingglosses)\n[![DOI](https://zenodo.org/badge/440443756.svg)](https://zenodo.org/badge/latestdoi/440443756)\n[![R build status](https://github.com/agricolamz/lingglosses/workflows/R-CMD-check/badge.svg)](https://github.com/agricolamz/lingglosses/actions)\n\nThe main goal of the `lingglosses` R package is to create:\n\n* linguistic glosses for `.html` output of `rmarkdown`;\n```{r, eval = FALSE}\ngloss_example(transliteration = \"bur-e-ri c'in-ne-sːu\",\n              glosses = \"fly-NPST-INF know-HAB-NEG\", \n              free_translation = \"I cannot fly.\", \n              comment = \"(lit. do not know how to)\")\n```\n\n```{r, include=FALSE}\nwrite.table(x = c(\"NPST\", \"INF\", \"HAB\", \"NEG\"), \n            file = getOption(\"lingglosses.glosses_list\"),\n            row.names = FALSE, col.names = FALSE, append = TRUE)\n```\n\n* semi-automatic compiled abbreviation list.\n```{r}\nmake_gloss_list()\n```\n\nFor more details see the [html-version of the tutorial](https://agricolamz.github.io/lingglosses/).\n\nYou can also be interested in \n\n* [ODIN project](https://odin.linguistlist.org/);\n* a Python library [`Xigt`](https://github.com/xigt/xigt);\n* [scription format](https://github.com/digitallinguistics/scription) and [scription2dlx Java-script library](https://github.com/digitallinguistics/scription2dlx);\n* a Python library [`pyigt`](https://github.com/cldf/pyigt).\n\n## Installation\n\nYou can install the stable version from CRAN:\n\n```{r, eval = FALSE}\ninstall.packages(\"lingglosses\")\n```\n\nYou can also install the development version of `lingglosses` from [GitHub](https://github.com/agricolamz/lingglosses) with:\n\n```{r, eval=FALSE}\n# install.packages(\"remotes\")\nremotes::install_github(\"agricolamz/lingglosses\")\n```\n\n## How to cite this package\n\n```{r}\ncitation(\"lingglosses\")\n```\n\n```{r, include=FALSE}\n# add this chunk to end of mycode.rmd\nfile.rename(from=\"README.md\",\n            to=\"README.md\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagricolamz%2Flingglosses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagricolamz%2Flingglosses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagricolamz%2Flingglosses/lists"}