SkillAgentSearch skills...

Jambu

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

Install / Use

/learn @moli-mandala/Jambu
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars5
CategoryData
Updated2y ago
Forks2

Languages

Python

Security Score

60/100

Audited on Jun 11, 2023

No findings