add queries for release #82
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds the queries that I plan to use for the release paper. They illustrate different purposes of SQLite queries, such as sound-class matching (as initially proposed by @LinguList with some adaptations to the code), matches of sound classes of specific languages, and the querying for specific colexifications etc. The three queries from
soundclass_queriesare combined in oe python-script, so that a map is produced that gives an overview of the best matches with all three queries.@LinguList Can we use the proto-list from Comrie that you provided to me in
anallysis/soundclass_queries/data.txt? Should we reference this contribution by him at some place?@xrotwang Could you check whether we can simplify some aspects of the SQLite queries? Especially the query
q_extended.sqltakes a lof of time to complete, probably because of the recursive CTE's. The Code for preparing everything and to run the script is given inqueries.md.@chrzyki Feel free to check anything you want, I primarily thought you might be interested in some of this.
The descriptive text in
queries.mdstill needs to be completed with the code fromword_families. I will do this in the next couple of days.