lingglosses: Linguistic glosses and semi-automatic list of glosses creation

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = ">",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
library(lingglosses)

CRAN version Project Status: Active – The project has reached a stable, usable state and is being actively developed. DOI R build status

The main goal of the lingglosses R package is to create:

gloss_example(transliteration = "bur-e-ri c'in-ne-sːu",
              glosses = "fly-NPST-INF know-HAB-NEG", 
              free_translation = "I cannot fly.", 
              comment = "(lit. do not know how to)")
write.table(x = c("NPST", "INF", "HAB", "NEG"), 
            file = getOption("lingglosses.glosses_list"),
            row.names = FALSE, col.names = FALSE, append = TRUE)
make_gloss_list()

For more details see the html-version of the tutorial.

You can also be interested in

Installation

You can install the stable version from CRAN:

install.packages("lingglosses")

You can also install the development version of lingglosses from GitHub with:

# install.packages("remotes")
remotes::install_github("agricolamz/lingglosses")

How to cite this package

citation("lingglosses")
# add this chunk to end of mycode.rmd
file.rename(from="README.md",
            to="README.md")


agricolamz/lingglosses documentation built on Oct. 12, 2023, 3:18 p.m.