-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Punjabi language queries #271
Comments
Thanks for the issue, @SethiShreya! :) |
Added Sparql query for Punjabi language nouns, so when I was searching I found while extracting the nouns for punjabi language, it was extracting for Gurmukhi (Punjabi language for India) and Shahmukhi (Punjabi language for Muslims), So I added filter only to get Gurmukhi with tag ("pa"). @andrewtavis Please review and give your feedbacks |
Hey @SethiShreya 👋 Interesting to learn all of this. Recently we've been discussing moving some languages to a common sub directory so it's a bit more organized, so would you say that we could have a |
That would be good, so directory structure will be Punjabi Right? |
Yes, exactly. We'll do this maybe in a week as the new directories can't be run anyway :) Feel free to change the structure in your next PR! |
Just added a list of data types that we want to include to this issue :) We can maybe do all of this for Gurmukhi and Shahmukhi, @SethiShreya 😊 |
Thanks @andrewtavis, sure i will work on those data types and on the directory structure too. |
Sounds great, @SethiShreya! :) |
@andrewtavis i have bifurcated directory to Gurmukhi and Shahmukhi added verb query and fixed directory structure to call these too. Raised a PR here, please check once. Checked it on my end. please review and give your feedback, Thanks :) |
Sent along the base versions of the rest of the queries in f14a335, @SethiShreya :) Let me know if you'd like to expand them with their forms :) |
Sure :) |
Terms
Description
This issue would look into expanding the src/scribe_data/language_data_extraction/Punjabi files with as much data as are possible from the current data on Wikidata. We can use code for getting data from other languages, and from there we can check Punjabi data on Wikidata for what conjugations are available. We can then expand the query with optional selections of certain forms as is done in other SPARQL queries. The query can be tried on the Wikidata Query Service UI during development :)
Data types to include:
Contribution
I will start with creating nouns, gender and verb queries for Punjabi and then will take it further to add conjugations and other stuffs.
The text was updated successfully, but these errors were encountered: