-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b31e21f
commit 6b6bf1f
Showing
4 changed files
with
56 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |