liao961120 / linguisticsdown

Easy Linguistics Document Writing with R Markdown

Home Page:https://liao961120.github.io/linguisticsdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Easy Linguistics Document Writing with R Markdown

https://liao961120.github.io/linguisticsdown

License:Other


Languages

Language:R 91.7%Language:TeX 8.3%