Closed LinguList closed 4 years ago
I have added a file, produced with lingpy in the folder etc/orthography.tsv. @Juunlee, our workflow paper describes the use of orthography profiles (https://doi.org/10.5334/johd.12). there is also a handout discussing this: https://github.com/digling/edictor-tutorial/raw/master/list-2017-edictor-tutorial.pdf
etc/orthography.tsv
You should also give a read on our CLTS system (https://clts.clld.org): https://doi.org/10.2478/yplm-2018-0002
With this information, can you try to correct the automatically created fprofile? Afterwards, you can just run the code (use a fresh virtual enviroment in python3):
$ git clone https://github.com/lexibank/deepadungpalaung.git $ pip install -e deepadungpalaung $ cldfbench lexibank.makecldf deepadungpalaung --dev
Maybe, after installation, you should also run:
$ cldfbench catconfig
This guarantees you have glottolog and concepticon data.
I have added a file, produced with lingpy in the folder
etc/orthography.tsv
. @Juunlee, our workflow paper describes the use of orthography profiles (https://doi.org/10.5334/johd.12). there is also a handout discussing this: https://github.com/digling/edictor-tutorial/raw/master/list-2017-edictor-tutorial.pdfYou should also give a read on our CLTS system (https://clts.clld.org): https://doi.org/10.2478/yplm-2018-0002
With this information, can you try to correct the automatically created fprofile? Afterwards, you can just run the code (use a fresh virtual enviroment in python3):
Maybe, after installation, you should also run:
This guarantees you have glottolog and concepticon data.