-
Notifications
You must be signed in to change notification settings - Fork 75
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 query_adverbs.sparql #362
Conversation
for adverb
Thank you for the pull request!The Scribe team will do our best to address your contribution as soon as we can. The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :) If you're not already a member of our public Matrix community, please consider joining! We'd suggest using Element as your Matrix client, and definitely join the General and Data rooms once you're in. Also consider joining our bi-weekly Saturday dev syncs. It'd be great to have you! Maintainer checklist |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No further edits are needed on this one here, @Otom-obhazi :) Well done!
thank you.... any more task to do
…On Tue, 15 Oct 2024 at 11:51, Andrew Tavis McAllister < ***@***.***> wrote:
Merged #362 <#362> into
main.
—
Reply to this email directly, view it on GitHub
<#362 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQTIX2DNHEOKPWJDW34MNQTZ3TXTZAVCNFSM6AAAAABP6ZTNCOVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUGY2TKMRXG44TKNY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
… On Tue, 15 Oct 2024 at 12:03, Angel Osim ***@***.***> wrote:
thank you.... any more task to do
On Tue, 15 Oct 2024 at 11:51, Andrew Tavis McAllister <
***@***.***> wrote:
> Merged #362 <#362> into
> main.
>
> —
> Reply to this email directly, view it on GitHub
> <#362 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AQTIX2DNHEOKPWJDW34MNQTZ3TXTZAVCNFSM6AAAAABP6ZTNCOVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUGY2TKMRXG44TKNY>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Thanks for this @Otom-obhazi. Let me stress here as well, please make sure to get all of the forms when you're making the queries as that's a more full contribution to the project. If we need to go back and edit the queries afterwards, then it's adding more work potentially. |
@andrewtavis please what forms?? |
In one of your adverb queries put ?lexeme as the first thing returned and you'll see a list of Wikidata item URIs - at least if the query returns things. With these queries we also want the forms of the word, which you can see by clicking on the URI and going to the item's page. When there scroll to the bottom for the forms. Not every one of the languages is going to have distinct forms for adverbs, but some might. Forms are things like the conjugations of a verb or the plural of a noun. Not only do we want to return the word itself, but we also want to return its forms - i.e. all the other data about the word. Investigate some of the larger queries and investigate the URIs via returning ?lexeme from the query as well. Then you can check your queries and make sure that the forms are included. Specifically for Slovak there are forms that weren't included :) Try to make a new version of that one that functions like the other, larger queries. |
like this >>>> #381
…On Tue, 15 Oct 2024 at 14:23, Andrew Tavis McAllister < ***@***.***> wrote:
In one of your adverb queries put ?lexeme as the first thing returned and
you'll see a list of Wikidata item URIs - at least if the query returns
things. With these queries we also want the forms of the word, which you
can see by clicking on the URI and going to the item's page. When there
scroll to the bottom for the forms. Not every one of the languages is going
to have distinct forms for adverbs, but some might. Forms are things like
the conjugations of a verb or the plural of a noun. Not only do we want to
return the word itself, but we also want to return its forms - i.e. all the
other data about the word.
Investigate some of the larger queries and investigate the URIs via
returning ?lexeme from the query as well. Then you can check your queries
and make sure that the forms are included. Specifically for Slovak there
are forms that weren't included :) Try to make a new version of that one
that functions like the other, larger queries.
—
Reply to this email directly, view it on GitHub
<#362 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQTIX2DRTRID73V6JSFH4HLZ3UJN5AVCNFSM6AAAAABP6ZTNCOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJTHEYDOMZWHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
what do you mean when you say "forms when making the queries"
sorry, I'm a bit new to this, I'm usually a fast learner but this is a bit
comfusing
…On Tue, 15 Oct 2024 at 14:05, Andrew Tavis McAllister < ***@***.***> wrote:
Thanks for this @Otom-obhazi <https://github.com/Otom-obhazi>. Let me
stress here as well, please make sure to get all of the forms when you're
making the queries as that's a more full contribution to the project. If we
need to go back and edit the queries afterwards, then it's adding more work
potentially.
—
Reply to this email directly, view it on GitHub
<#362 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQTIX2ADFBFFFNIDQWLUVX3Z3UHJ7AVCNFSM6AAAAABP6ZTNCOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJTHA3DGNBSHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Forms are just a way of talking about data on an item in Wikidata. If the item is a verb, then a form is a conjugation or something like this, whereas if it's a noun it could be its plural or gender. |
okay.. thank you
…On Thu, 17 Oct 2024 at 13:15, Andrew Tavis McAllister < ***@***.***> wrote:
Forms are just a way of talking about data on an item in Wikidata. If the
item is a verb, then a form is a conjugation or something like this,
whereas if it's a noun it could be its plural or gender.
—
Reply to this email directly, view it on GitHub
<#362 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQTIX2ALSAVS636WZDAI3NDZ36S5LAVCNFSM6AAAAABP6ZTNCOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJZGM3TSMZXGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
can you assign any other contribution, because you corrected my mistakes.
|
Feel free to look into queries in the newly opened issues :) |
Write in then and I can assign, and let us know which queries you want to work on 😊 |
#399 (comment)
ill work on the verbs
…On Thu, 17 Oct 2024 at 13:48, Andrew Tavis McAllister < ***@***.***> wrote:
Write in then and I can assign, and let us know which queries you want to
work on 😊
—
Reply to this email directly, view it on GitHub
<#362 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQTIX2HAN77ZBOR2UD7XUCTZ36WZBAVCNFSM6AAAAABP6ZTNCOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJZGQ2TIOBRGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
for adverb
Contributor checklist
Description
Related issue