https://github.com/liao961120/linguisticsdown
Easy Linguistics Document Writing with R Markdown
https://github.com/liao961120/linguisticsdown
linguistics r r-package rmarkdown rmarkdown-template
Last synced: 6 months ago
JSON representation
Easy Linguistics Document Writing with R Markdown
- Host: GitHub
- URL: https://github.com/liao961120/linguisticsdown
- Owner: liao961120
- License: other
- Created: 2018-09-08T14:49:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T02:27:23.000Z (over 6 years ago)
- Last Synced: 2025-03-26T18:21:17.613Z (7 months ago)
- Topics: linguistics, r, r-package, rmarkdown, rmarkdown-template
- Language: R
- Homepage: https://liao961120.github.io/linguisticsdown
- Size: 9.22 MB
- Stars: 26
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output:
md_document:
variant: markdown_github
---```{r setup, include=FALSE}
knitr::opts_chunk$set(
echo = TRUE,
fig.path = "README-",
message = FALSE,
warning = FALSE,
collapse = TRUE,
comment = "#>"
)
library(knitr)
```[](https://travis-ci.org/liao961120/linguisticsdown)
[](https://cran.r-project.org/)
[](https://opensource.org/licenses/MIT)
[](https://CRAN.R-project.org/package=linguisticsdown)# linguisticsdown
The goal of **linguisticsdown** is to support Linguistics-related document writing in R Markdown, such as providing a [Shiny Gadget](https://shiny.rstudio.com/articles/gadgets.html) to write and insert IPA symbols easily and functions to draw syntax tree (not implemented yet).
## Installation
```{r eval=FALSE}
# CRAN
install.packages("linguisticsdown")# Latest
#install.packages('remotes')
remotes::install_github("liao961120/linguisticsdown")
```## Usage
See **linguisticsdown** [web site](https://liao961120.github.io/linguisticsdown).
Visit [this site](https://liao961120.shinyapps.io/IPA-Easily-Written/) to use Shiny live demo.## To Do
1. Correct IPA segments naming errors ([#3](/../../issues/3))
1. More Shiny gadget options
- Wrap in `/ /`, `[ ]`, or `don't wrap`
- Insert as decoded unicode
1. Draw Syntax Tree## Data Source
Thanks [David R. Mortensen](https://github.com/dmort27) for his [IPA data](https://github.com/dmort27/epitran/blob/master/epitran/data/ipa-xsampa.csv).