lexibank / lexibank-analysed

Study on lexibank data (presenting the lexibank dataset).
Creative Commons Attribution 4.0 International
9 stars 3 forks source link

Basic function to compute features and store in json #6

Closed LinguList closed 3 years ago

LinguList commented 3 years ago

For maps and statistics, we will not always need to load all the data, but can rather dump the statistics and scores and later plot on a map. So having one command that dumps phonological features extracted from lexicore, and one extracting lexical features from lexiclics would be useful.

LinguList commented 3 years ago

Since we are using two dataset collections (lexicore and clicscore), we can dump the features into two json files (lexicore.json and clicscore.json). The first command is already ready outlined, but more features and all data would be used later.