moli-mandala / jambu

A modern database version (in CLDF format + CLLD webapp) of the Comparative Dictionary of the Indo-Aryan Languages by Ralph Lilley Turner.
5 stars 1 forks source link
cldf clld comparative-linguistics glottolog historical-linguistics indo-aryan ralph-lilley-turner

Jambu

Various scripts and programs dealing with the Comparative Dictionary of the Indo-Aryan Languages by Ralph Lilley Turner (hosted on SOAS by UChicago).

You need Python 3.x and pip; to run Jambu (CLLD app for CDIAL) do this:

pip install -r requirements.txt
./run

You can edit main.py to change the port and IP for hosting Jambu.

Data sources

Check the dataset front page.

Files

Building the database

You probably don't need to do this since I commit the SQLite database directly to the repo. These instructions are for myself.

cd jambu
pip install -e .
clld initdb development.ini --glottolog . --cldf ../../data/cldf/Wordlist-metadata.json

To test:

pserve --reload development.ini