Skip to content
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

Expand LATIN verb queries #411

Closed
2 tasks done
KesharwaniArpita opened this issue Oct 18, 2024 · 4 comments
Closed
2 tasks done

Expand LATIN verb queries #411

KesharwaniArpita opened this issue Oct 18, 2024 · 4 comments
Assignees
Labels
data Relates to data or Wikidata hacktoberfest Included as a part of Hacktoberfest help wanted Extra attention is needed

Comments

@KesharwaniArpita
Copy link
Contributor

Terms

Languages

Latin

Description

This issue would look into expanding the src/scribe_data/language_data_extraction/Latin/verbs files with as much data as possible from the current data on Wikidata. We can use code to get data from other languages, and from there we can check Latin 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 :)

@KesharwaniArpita KesharwaniArpita added the data Relates to data or Wikidata label Oct 18, 2024
@KesharwaniArpita
Copy link
Contributor Author

Hi @andrewtavis I have started working on Latin verbs but the verbs seem to be too interconnected resulting in redundant data in large amount? Is there any other way we can try arranging the forms to reduce the redundancy? Currently I am trying to extract the forms of verbs in the terms of tenses.

@andrewtavis
Copy link
Member

Big thing here @KesharwaniArpita is that we need to include all of the properties so that the forms have a unique identifier. Beyond that, if you have some forms that maybe have the same set of properties, but one has an extra one, then you can use FILTER NOT EXISTS as is done in other queries to say that the other form is not included.

@Otom-obhazi
Copy link
Contributor

@andrewtavis can i help @KesharwaniArpita with this??

@andrewtavis
Copy link
Member

Closing this as #444 is a repeat issue and there's more activity there :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Relates to data or Wikidata hacktoberfest Included as a part of Hacktoberfest help wanted Extra attention is needed
Projects
Status: Done
Development

No branches or pull requests

3 participants