knitr::opts_chunk$set(
    echo = TRUE,
    fig.path = "README-",
    message = FALSE,
    warning = FALSE,
    collapse = TRUE,
    comment = "#>"
)
library(knitr)

Build Status Support R Version License: MIT cran version

linguisticsdown

The goal of linguisticsdown is to support Linguistics-related document writing in R Markdown, such as providing a Shiny Gadget to write and insert IPA symbols easily and functions to draw syntax tree (not implemented yet).

Installation

# CRAN
install.packages("linguisticsdown")

# Latest
#install.packages('remotes')
remotes::install_github("liao961120/linguisticsdown")

Usage

See linguisticsdown web site. Visit this site to use Shiny live demo.

To Do

  1. Correct IPA segments naming errors (#3)
  2. More Shiny gadget options
    • Wrap in / /, [ ], or don't wrap
    • Insert as decoded unicode
  3. Draw Syntax Tree

Data Source

Thanks David R. Mortensen for his IPA data.



liao961120/linguisticsdown documentation built on May 6, 2019, 8:08 p.m.