https://github.com/agricolamz/lingphonology
R package for automatic phonological report generation
https://github.com/agricolamz/lingphonology
linguistics phoible phonology phonotactics
Last synced: about 2 months ago
JSON representation
R package for automatic phonological report generation
- Host: GitHub
- URL: https://github.com/agricolamz/lingphonology
- Owner: agricolamz
- License: gpl-2.0
- Created: 2017-12-20T16:20:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T07:00:03.000Z (over 7 years ago)
- Last Synced: 2025-01-30T01:32:10.949Z (4 months ago)
- Topics: linguistics, phoible, phonology, phonotactics
- Language: R
- Homepage: https://agricolamz.github.io/lingphonology/
- Size: 533 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# lingphonology
`lingphonology` is an R package for automatic phonological report generation.
## Installation
Get the stable version from CRAN:
```R
```
… or get the development version from GitHub:
```R
install.packages("devtools")
devtools::install_github("agricolamz/lingphonology")
```Load a library:
```R
library(lingphonology)
```For a detailed tutorial see [GitHub pages](https://agricolamz.github.io/lingphonology/).
You can contribute to `lingtypology`, but look through [contribution info](https://github.com/agricolamz/lingphonology/blob/master/CONTRIBUTING.md) before.