Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
  • Loading branch information
johenglisch committed Sep 13, 2023
1 parent b31e21f commit 6b6bf1f
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 55 deletions.
4 changes: 2 additions & 2 deletions cldf/StructureDataset-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
{
"rdf:about": "https://github.com/cldf-datasets/audersetinterrog",
"rdf:type": "prov:Entity",
"dc:created": "v1.0-1-g72bdbd2",
"dc:created": "v1.0-8-gb31e21f",
"dc:title": "Repository"
},
{
"rdf:about": "https://github.com/glottolog/glottolog",
"rdf:type": "prov:Entity",
"dc:created": "v4.7",
"dc:created": "v4.8",
"dc:title": "Glottolog"
}
],
Expand Down
48 changes: 24 additions & 24 deletions cldf/codes.csv
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
ID,Parameter_ID,Name,Description
ncases-0,ncases,0,
ncases-1,ncases,1,
ncases-2,ncases,2,
ncases-3,ncases,3,
ncases-4,ncases,4,
ncases-5,ncases,5,
ncases-6,ncases,6,
ncases-7,ncases,7,
ncases-8,ncases,8,
ncases-na,ncases,NA,
nclass-0,nclass,0,
nclass-1,nclass,1,
nclass-2,nclass,2,
nclass-3,nclass,3,
nclass-na,nclass,NA,
nnumber-0,nnumber,0,
nnumber-1,nnumber,1,
nnumber-2,nnumber,2,
nnumber-3,nnumber,3,
nnumber-na,nnumber,NA,
ncases-0,ncases,no case,
ncases-1,ncases,1 case,
ncases-2,ncases,2 cases,
ncases-3,ncases,3 cases,
ncases-4,ncases,4 cases,
ncases-5,ncases,5 cases,
ncases-6,ncases,6 cases,
ncases-7,ncases,7 cases,
ncases-8,ncases,8 cases,
ncases-na,ncases,not applicable,
nclass-0,nclass,none,
nclass-1,nclass,1 class,
nclass-2,nclass,2 classes,
nclass-3,nclass,3 classes,
nclass-na,nclass,not applicable,
nnumber-0,nnumber,none,
nnumber-1,nnumber,1 number,
nnumber-2,nnumber,2 numbers,
nnumber-3,nnumber,3 numbers,
nnumber-na,nnumber,not applicable,
int-yes,int,yes,
int-related,int,related,
int-relatedmaybe,int,relatedmaybe,
int-relatedmaybe,int,maybe related,
int-no,int,no,
int-na,int,NA,
int-na,int,not applicable,
origin-kworl,origin,KW or L,
origin-kw,origin,KW,
origin-kwyo,origin,KW+YO,
origin-na,origin,NA,
origin-na,origin,not applicable,
origin-yo,origin,YO,
origin-to,origin,TO,
origin-one,origin,ONE,
Expand All @@ -38,7 +38,7 @@ origin-l,origin,L,
origin-toyo,origin,TO+YO,
comp-yes,comp,yes,
comp-no,comp,no,
comp-na,comp,NA,
comp-na,comp,not applicable,
genre-spoken,genre,spoken,
genre-written,genre,written,
genre-both,genre,both,
6 changes: 3 additions & 3 deletions cldf/parameters.csv
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ID,Name,Description,ColumnSpec
rmform,Relative marker form,the shape of the relative marker (when there are several forms for different genders, they are separated by a tilde (~),
rmform,Relative marker form,"the shape of the relative marker (when there are several forms for different genders, they are separated by a tilde (~)",
ncases,Number of cases,number of case distinctions,
nclass,Number of genders or classes,number of gender classes or inflectional classes,
nnumber,Number of numbers,Is the relative marker also used as an interrogative (or related to an interrogative)?,
int,INT,"is the relative marker also used as an interrogative? - values: yes, related, relatedmaybe, no, NA",
origin,Proto-Indo-European origin,source of the marker in Proto-Indo-European (*kw-, *to-, *yo-, combinations of these, ‘one’, *l-),
origin,Proto-Indo-European origin,"source of the marker in Proto-Indo-European (*kw-, *to-, *yo-, combinations of these, ‘one’, *l-)",
comp,Use as complementizer,Is the relative marker also used as a complementizer?,
genre,Spoken or written use,Is the form used in spoken or written language? ,
genre,Spoken or written use,Is the form used in spoken or written language?,
rmforms,Relative marker forms,the shapes of the all the relative markers in a language (separated by slash (/) if there are several),
53 changes: 27 additions & 26 deletions cldf/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,51 +1,52 @@
appdirs==1.4.4
Babel==2.11.0
attrs==23.1.0
Babel==2.12.1
bs4==0.0.1
certifi==2022.12.7
certifi==2023.7.22
cldfbench==1.13.0
-e git+https://github.com/cldf-datasets/audersetinterrog@72bdbd2e01a4117b5e6ca5f6ad774033b17b1256#egg=cldfbench_audersetinterrog
-e git+https://github.com/cldf-datasets/audersetinterrog@b31e21f987a5e87de0bb45e31486cb5af48796ed#egg=cldfbench_audersetinterrog
cldfcatalog==1.5.1
cldfzenodo==1.1.0
clldutils==3.16.0
clldutils==3.19.0
colorama==0.4.6
colorlog==6.7.0
csvw==3.1.3
exceptiongroup==1.1.0
exceptiongroup==1.1.3
gitdb==4.0.10
greenlet==2.0.1
greenlet==2.0.2
html5lib==1.1
idna==3.4
iniconfig==2.0.0
isodate==0.6.1
jsonschema==4.17.3
lxml==4.9.2
Markdown==3.4.1
jsonschema==4.19.0
lxml==4.9.3
Markdown==3.4.4
nameparser==1.1.2
newick==1.5.0
packaging==23.0
pluggy==1.0.0
newick==1.9.0
packaging==23.1
pluggy==1.3.0
purl==1.6
pybtex==0.24.0
pycldf==1.34.0
pycldf==1.35.0
pycountry==22.3.5
pyglottolog==3.11.0
pyglottolog==3.12.0
pylatexenc==2.10
pyrsistent==0.19.3
pytest==7.2.0
pytest==7.4.2
python-dateutil==2.8.2
pytz==2022.7
rdflib==6.2.0
requests==2.28.1
pytz==2023.3.post1
rdflib==7.0.0
referencing==0.30.2
requests==2.31.0
rfc3986==1.5.0
six==1.16.0
smmap==5.0.0
soupsieve==2.3.2.post1
SQLAlchemy==1.4.46
soupsieve==2.5
SQLAlchemy==1.4.49
tabulate==0.9.0
termcolor==2.2.0
tqdm==4.64.1
termcolor==2.3.0
tqdm==4.66.1
uritemplate==4.1.1
urllib3==1.26.13
urllib3==2.0.4
webencodings==0.5.1
zenodoclient==0.5.0
zipp==3.11.0
zenodoclient==0.5.1
zipp==3.16.2

0 comments on commit 6b6bf1f

Please sign in to comment.