lexibank / bowernpny

CLDF dataset derived from Bowern and Atkinson's "Internal Structure of Pama-Nyungan" from 2012
Creative Commons Attribution 4.0 International
0 stars 1 forks source link

lexibank v2 #9

Closed LinguList closed 4 years ago

LinguList commented 4 years ago

If possible, please check this quickly, and note the following:

  1. to avoid using the replacments and to keep things very clean here, I placed some irregular forms in lexemes, please do that in your datasets as well, if you have less than, say 50 instances, to avoid overloading the code-based
  2. use the ortho-profile to handle specific things, e.g., # cannot be handled in orthoprofiles, but there are only five contexts, so add each context with preceding sound, like a# -> a, and this is circumvented without exceeding usage of replacements.
  3. you see that the code is drastically reduced now, at the cost of lexemes.tsv, but I prefer that over too many statements that are scattered over a python script.
tresoldi commented 4 years ago

Looks better.

Lexemes could be sorted in someway, can think about this as an additional command for the future (like the one for sorting profile entries).