This repository contains the merged data from Varikin and Parabank
-
Add it to ./etc/languages.csv
-
Add a new csv file into ./raw/, using this format:
parameter,word,ipa,description,alternative,source_raw,source_bibtex,comment
-
Add the reference into ./raw/sources.bib
-
Regenerate CLDF:
Run this shell command:
make cldf
The shell utility make and the programming language python (v3.6+) are required.
- Install the python requirements:
The libraries needed for the python merge script are cldfbench and pylexibank. These will be installed into a virtual environment using this command:
make install
- Clone and update the datasets:
make data
- Merge the datasets:
make merge
- Generate CLDF:
make cldf