Skip to content

Commit

Permalink
Prepare release (#9)
Browse files Browse the repository at this point in the history
* Prepare release

* Add first draft with online supplement

* Use proper YL variant

* Clean code, update source CSV

* Add cleanup for downloaded supplement data
  • Loading branch information
chrzyki authored Aug 12, 2024
1 parent d80825f commit d92ec94
Show file tree
Hide file tree
Showing 22 changed files with 20,668 additions and 17,997 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cldf-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6]
python-version: [3.12]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,9 @@ venv.bak/

# mypy
.mypy_cache/

.idea/

raw/33403_SOURCE4_2_A.xlsx
raw/33403_SOURCE01_2_A.pdf
raw/33403_SOURCE2_2_A.zip
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
{
"name": "Johann-Mattis List",
"type": "Other"
"type": "Editor"
}
],
"communities": [
Expand Down
5 changes: 2 additions & 3 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Name | GitHub user | Description | Role
--- | --- | --- | ---
Cathryn Yang | | provided data in digital form | Author, DataCollector
Steve Pepper | | did initial concept and glottolog mapping | Other
Tiago Tresoldi | @tresoldi | maintainer | Other
Johann-Mattis List | @LinguList | maintainer | Other

Tiago Tresoldi | @tresoldi | profile, code | Other
Johann-Mattis List | @LinguList | maintainer | Editor

27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,32 @@ Conceptlists in Concepticon:


[![CLDF validation](https://github.com/lexibank/yanglalo/workflows/CLDF-validation/badge.svg)](https://github.com/lexibank/yanglalo/actions?query=workflow%3ACLDF-validation)
![Glottolog: 87%](https://img.shields.io/badge/Glottolog-87%25-yellowgreen.svg "Glottolog: 87%")
![Concepticon: 90%](https://img.shields.io/badge/Concepticon-90%25-green.svg "Concepticon: 90%")
![Glottolog: 88%](https://img.shields.io/badge/Glottolog-88%25-yellowgreen.svg "Glottolog: 88%")
![Concepticon: 90%](https://img.shields.io/badge/Concepticon-90%25-yellowgreen.svg "Concepticon: 90%")
![Source: 100%](https://img.shields.io/badge/Source-100%25-brightgreen.svg "Source: 100%")
![BIPA: 100%](https://img.shields.io/badge/BIPA-100%25-brightgreen.svg "BIPA: 100%")
![CLTS SoundClass: 100%](https://img.shields.io/badge/CLTS%20SoundClass-100%25-brightgreen.svg "CLTS SoundClass: 100%")

- **Varieties:** 8
- **Concepts:** 1,000
- **Lexemes:** 8,505
- **Varieties:** 8 (linked to 7 different Glottocodes)
- **Concepts:** 1,000 (linked to 877 different Concepticon concept sets)
- **Lexemes:** 7,798
- **Sources:** 1
- **Synonymy:** 1.13
- **Cognacy:** 8,505 cognates in 1,222 cognate sets (10 singletons)
- **Cognate Diversity:** 0.03
- **Synonymy:** 1.04
- **Cognacy:** 7,798 cognates in 1,118 cognate sets (10 singletons)
- **Cognate Diversity:** 0.02
- **Invalid lexemes:** 0
- **Tokens:** 53,082
- **Segments:** 209 (0 BIPA errors, 0 CTLS sound class errors, 209 CLTS modified)
- **Inventory size (avg):** 91.38
- **Tokens:** 47,169
- **Segments:** 206 (0 BIPA errors, 0 CLTS sound class errors, 206 CLTS modified)
- **Inventory size (avg):** 90.50

# Contributors

Name | GitHub user | Description | Role
--- | --- | --- | ---
Cathryn Yang | | provided data in digital form | Author, DataCollector
Steve Pepper | | did initial concept and glottolog mapping | Other
Tiago Tresoldi | @tresoldi | maintainer | Other
Johann-Mattis List | @LinguList | maintainer | Other

Tiago Tresoldi | @tresoldi | profile, code | Other
Johann-Mattis List | @LinguList | maintainer | Editor



Expand Down
Loading

0 comments on commit d92ec94

Please sign in to comment.