scribe-org / Scribe-Data

Wikidata, Wiktionary and Wikipedia language data extraction
GNU General Public License v3.0
23 stars 25 forks source link

Expand verb query for Arabic data #127

Closed mrbazzan closed 5 months ago

mrbazzan commented 5 months ago

Based on Wikidata, Arabic Verbs are divided into three (which are further divided into):

These are just my assumptions though.

I added queries for a tense in each category. Am I on the right track?

By the way, is it possible to add a feature to the Wikidata Query Service so that some part of a query can be collapsed? This is so that there isn't constant scrolling between the editor and the result tab below (if some of the queries are collapsed, everything can appear on the screen at the same time).

github-actions[bot] commented 5 months ago

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. It'd be great to have you!

Maintainer checklist

andrewtavis commented 5 months ago

I added queries for a tense in each category. Am I on the right track?

Is looking good to me, @mrbazzan!

By the way, is it possible to add a feature to the Wikidata Query Service so that some part of a query can be collapsed? This is so that there isn't constant scrolling between the editor and the result tab below (if some of the queries are collapsed, everything can appear on the screen at the same time).

The Wikidata Query Service UI doesn't offer this feature, which is why I normally am always writing my SPARQL queries in VS Code. There are a couple of good extensions that you can install to make it all go a bit easier, which you can see at the top of the environment setup section of the readme.

mrbazzan commented 5 months ago

The Wikidata Query Service UI doesn't offer this feature, which is why I normally am always writing my SPARQL queries in VS Code.

:(

There are a couple of good extensions that you can install to make it all go a bit easier, which you can see at the top of the environment setup section of the readme.

Thanks. The QID extension looks nice.