Skip to content

A modern database version (in CLDF format + CLLD webapp) of the Comparative Dictionary of the Indo-Aryan Languages by Ralph Lilley Turner.

Notifications You must be signed in to change notification settings

moli-mandala/jambu

Repository files navigation

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

  • jambu/: The CLLD app including the entire parsed CDIAL, plus Liljegren's Palula data, my Kholosi data, data from various papers of Patyal on Mandeali and Dogri (+more W. Pahari), and eventually even more extensions.
  • main.py: Runs the server for jambu/

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

About

A modern database version (in CLDF format + CLLD webapp) of the Comparative Dictionary of the Indo-Aryan Languages by Ralph Lilley Turner.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published