Giter Club home page Giter Club logo

jambu's Introduction

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

jambu's People

Contributors

adamfarris avatar aryamanarora avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

adamfarris

jambu's Issues

DetailsRowLinkCol(self, 'description')

Trying to add this as a column in the definition of Parameters in datatables.py, so that you can expand an entry in that table to see the CDIAL description. HTML does not render at all there though, just gets showed as raw text.

Store database using Git LFS

Committing a new version of the database repeatedly is not good software practice (data updates should be disassociated from the application), and it makes the repo size massive. Figure out how to use Git Large File Storage instead.

Better search

  • Support regex
  • A little dropdown with easy access to Samopriyan symbols would be nice
  • Shortcuts for matching classes of sounds, e.g. ᚏ should match all retroflex stops

Map and clades

On the map: different marker shapes for different historical stages (OIA/MIA/NIA), different marker colours for subfamilies of IA (at the level of small agreed-upon groupings, like Marathi-Konkani and Shinaic). In the parameter list, there should be a simple visual showing which clades a term is attested in.

Check the IECoR code for inspiration: https://github.com/clld/cobl2

Group numbered etyma

Some etyma have numbered subsections. Group these somehow (columns? collapsible sections?)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.