Giter Club home page Giter Club logo

glossr's Introduction

glossr

CRAN status DOI Release R-CMD-check

The glossr package gives you tools to include interlinear glosses in your R Markdown file. If you are writing a linguistics paper and you want some interlinear glosses, this is for you!

Maybe you already use gb4e or expex and you’re happy with your PDF files, good for you! But maybe you want to spice things up, have your examples in one file and read a dataframe to generate them on demand, instead of typing and mistyping and having your examples all over the place. If that’s the case, glossr is for you!

Or maybe you want HTML output to work? If you use gb4e or expex, your examples will disappear from the HTML output! Here glossr can most definitely help. It even offers a helper function for cross-references that work in both formats! In fact, I included two different HTML outputs: one using leipzig.js and a sadder one that might be more accessible, just less pro-looking.

If you also want Word output, glossr can also take care of it, generating invisible tables for the right alignment.

But please, don’t take my word for it —you can check the PDF, HTML and MS Word outputs of vignette("glossr_how") stored in the repository.

Installation

Install glossr via CRAN:

install.packages("glossr")

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

# install.packages("devtools")
devtools::install_github("montesmariana/glossr")

Example

This is a basic example; check vignette("glossr_how") for more examples and their output.

library(glossr)
use_glossr()

my_gloss <- as_gloss(
  "她 哇的一聲 大 哭起來,",
  "tā wā=de-yì-shēng dà kū-qǐlái,",
  "TSG waa.IDEO-LINK-one-sound big cry-inch",
  translation = "Waaaaa, she began to wail.",
  label = "my-label",
  source = "ASBC (nº 100622)"
)

Acknowledgements

This package is possible thanks to the existence of other packages it has built on, mostly {rmarkdown}, {htmltools}, {officedown} and {flextable}, as well as the expex package for PDF output and leipzig.js for the HTML output. The HexSticker was designed in Krita and rendered with {hexSticker}.

I would also like to acknowledge the input and encouragement of Giulia Mazzola and Thomas Van Hoey, who shared ideas and tested the code as it evolved.

Last but not least, I’d like to acknowledge the source of the examples in the small “dataset” provided by this package, taken from Maria Koptjevskaja-Tamm’s The Linguistics of Temperature (see vignette("glossr")).

Questions and suggestions?

Bring them on to the issues section of the repository!

glossr's People

Contributors

montesmariana avatar yihui avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.