Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
  • Loading branch information
johenglisch committed Aug 6, 2024
1 parent 1bedd70 commit 1adac1d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cldf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ property | value
[dc:conformsTo](http://purl.org/dc/terms/conformsTo) | [CLDF StructureDataset](http://cldf.clld.org/v1.0/terms.rdf#StructureDataset)
[dc:license](http://purl.org/dc/terms/license) | https://creativecommons.org/licenses/by/4.0/
[dcat:accessURL](http://www.w3.org/ns/dcat#accessURL) | https://github.com/cldf-datasets/reesinkgive
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/cldf-datasets/reesinkgive/tree/f5d74b0">cldf-datasets/reesinkgive f5d74b0</a></li><li><a href="https://github.com/glottolog/glottolog/tree/v5.0">Glottolog v5.0</a></li></ol>
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/cldf-datasets/reesinkgive/tree/1bedd70">cldf-datasets/reesinkgive 1bedd70</a></li><li><a href="https://github.com/glottolog/glottolog/tree/v5.0">Glottolog v5.0</a></li></ol>
[prov:wasGeneratedBy](http://www.w3.org/ns/prov#wasGeneratedBy) | <ol><li><strong>python</strong>: 3.8.19</li><li><strong>python-packages</strong>: <a href="./requirements.txt">requirements.txt</a></li></ol>
[rdf:ID](http://www.w3.org/1999/02/22-rdf-syntax-ns#ID) | reesinkgive
[rdf:type](http://www.w3.org/1999/02/22-rdf-syntax-ns#type) | http://www.w3.org/ns/dcat#Distribution
Expand Down
2 changes: 1 addition & 1 deletion cldf/cldf-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"rdf:about": "https://github.com/cldf-datasets/reesinkgive",
"rdf:type": "prov:Entity",
"dc:created": "f5d74b0",
"dc:created": "1bedd70",
"dc:title": "Repository"
},
{
Expand Down
2 changes: 1 addition & 1 deletion cldf/parameters.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ID,Name,Description,ColumnSpec,Grammacodes
affix-order,Order of verb and actor/undergoer affíxes,"There are many different possibilities for ordering the verb (V), the actor affix (A/S), and the undergoer affix (U). ",,RGORD;AARG;PARG;PXING;SARG
affix-order,Order of verb and actor/undergoer affixes,"There are many different possibilities for ordering the verb (V), the actor affix (A/S), and the undergoer affix (U). ",,RGORD;AARG;PARG;PXING;SARG
affix-position,Position of undergoer affix,"In transitive clauses, the undergoer person affix can be a prefix, a suffix, or both (under different conditions), or there may be none. ",,RGORD;PARG;PARG;PXING
clause-level-order,Clause-level order,Most languages of the present sample have SOV or SVO order.,,DMORD;CS
recipient-vs-theme,Recipient vs. theme,"In most languages, the R affixes are the same as the T suffixes, though sometimes R is different from T, and it may be identical to beneficiary.",,RARG;TARG
Expand Down
6 changes: 3 additions & 3 deletions cldf/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bibtexparser==2.0.0b7
bs4==0.0.2
certifi==2024.6.2
cldfbench==1.14.0
-e git+https://github.com/cldf-datasets/reesinkgive@f5d74b08b9cbf000082226fbc6518362209e4541#egg=cldfbench_reesinkgive
-e git+https://github.com/cldf-datasets/reesinkgive@1bedd7050c2720944fac0f44a0bd352ced64d04d#egg=cldfbench_reesinkgive
cldfcatalog==1.5.1
cldfzenodo==2.1.1
clldutils==3.22.2
Expand All @@ -24,7 +24,7 @@ lxml==5.2.2
Markdown==3.6
nameparser==1.1.3
newick==1.9.0
openpyxl==3.1.3
openpyxl==3.1.4
packaging==24.1
pluggy==1.5.0
pybtex==0.24.0
Expand All @@ -47,7 +47,7 @@ tabulate==0.9.0
termcolor==2.4.0
tqdm==4.66.4
uritemplate==4.1.1
urllib3==2.2.1
urllib3==2.2.2
xlrd==2.0.1
zenodoclient==0.5.1
zipp==3.19.2

0 comments on commit 1adac1d

Please sign in to comment.