Skip to content

Commit

Permalink
release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Apr 8, 2019
1 parent a013a19 commit 5bf4cc3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Cite the source dataset as
This dataset is licensed under a https://creativecommons.org/licenses/by-nc/4.0/ license

## Notes

This dataset was prepared from a collection of original field work data by TTimotheus A. Bodt, during an intensive week of collaboration with Johann-Matttis List and the [CALC](http://calc.digling.org) project in July 2018. The data comprises 8 varieties of Kho-Bwa in phonetic transcription and with explicit segmentation of morphemes.



## Statistics


Expand All @@ -20,7 +26,8 @@ This dataset is licensed under a https://creativecommons.org/licenses/by-nc/4.0/
- **Concepts:** 652
- **Lexemes:** 3,958
- **Synonymy:** 1.02
- **Cognacy:** 6,261 cognates in 1,187 cognate sets
- **Cognacy:** 6,261 cognates in 1,187 cognate sets (271 singletons)
- **Cognate Diversity:** 0.16
- **Invalid lexemes:** 0
- **Tokens:** 14,052
- **Segments:** 231 (0 BIPA errors, 0 CTLS sound class errors, 231 CLTS modified)
Expand Down
5 changes: 3 additions & 2 deletions cldf/cldf-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dc:license": "https://creativecommons.org/licenses/by-nc/4.0/",
"dc:source": "sources.bib",
"dc:title": "bodtkhobwa",
"dcat:accessURL": "https://github.com/lexibank/bodtkhobwa",
"rdf:ID": "bodtkhobwa",
"rdf:type": "http://www.w3.org/ns/dcat#Distribution",
"dialect": {
Expand All @@ -15,8 +16,8 @@
{
"dc:title": "environment",
"properties": {
"glottolog_version": "v3.4-1-g07a9b54",
"concepticon_version": "pyconcepticon-1.4.0-176-ga518a97"
"glottolog_version": "v3.4",
"concepticon_version": "v2.0"
}
}
],
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
import json


PY2 = sys.version_info.major == 2
with open('metadata.json', **({} if PY2 else {'encoding': 'utf-8'})) as fp:
with open('metadata.json', encoding='utf-8') as fp:
metadata = json.load(fp)


Expand All @@ -23,6 +22,6 @@
]
},
install_requires=[
'pylexibank>=0.13.1',
'pylexibank==1.1.1',
]
)

0 comments on commit 5bf4cc3

Please sign in to comment.