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

Extend SPARQL Queries to Extract Additional Latin Verb Forms #444

Open
2 tasks done
KesharwaniArpita opened this issue Oct 20, 2024 · 5 comments · May be fixed by #479
Open
2 tasks done

Extend SPARQL Queries to Extract Additional Latin Verb Forms #444

KesharwaniArpita opened this issue Oct 20, 2024 · 5 comments · May be fixed by #479
Labels
data Relates to data or Wikidata

Comments

@KesharwaniArpita
Copy link
Contributor

KesharwaniArpita commented Oct 20, 2024

Terms

Languages

Latin

Description

I have been working on SPARQL queries to extract the forms of Latin(Q397) verbs(Q24905), and so far, I have successfully completed the extraction for present tense forms and parts of the future tense. However, given the complexity of Latin verb conjugations and the existence of around 250 sets of grammatical rules, many other forms still need to be covered.

This issue aims to extend the work to include the following verb forms:

  • Remaining future tense forms (F114, F121, F143, F144, F145, F147, F148, F149, F150, F151, F181, F197, F198, F215, F217, F231 are already done)
  • Past imperfect forms
  • Perfect tense forms
  • Pluperfect forms
  • or any other form that is present

Reference:
You can refer to this lexeme on Wikidata for an example of Latin verb lexemes.

Proposed Solution:

  • Implement SPARQL queries to extract the above-mentioned verb forms.
  • Ensure all possible grammatical variants for each verb form are included based on the sets of grammatical rules.
  • You can also refer to refer to this directory and the Docs to write the query

Contributions:
I will be happy to work on this contribution and welcome and help anyone who is interested 😄 .

@KesharwaniArpita KesharwaniArpita added the data Relates to data or Wikidata label Oct 20, 2024
@Otom-obhazi
Copy link
Contributor

@KesharwaniArpita can i help with this ??

@KesharwaniArpita
Copy link
Contributor Author

Sure!!! @Otom-obhazi

@Otom-obhazi
Copy link
Contributor

KesharwaniArpita#3
@KesharwaniArpita how does it look, any problem??

@KesharwaniArpita
Copy link
Contributor Author

Ofcourse @Collins-Webdev. Just keep a check on the forms that have been done so you can work efficiently. And you can get he QID from the metadata files in the resources. Thank you for you help!!

Collins-Webdev added a commit to Collins-Webdev/Scribe-Data that referenced this issue Oct 24, 2024
…orms

- Add support for extracting present, future, past imperfect, perfect, and pluperfect forms
- Include grammatical features (mood, person, number) for each tense
- Implement OPTIONAL matching to handle incomplete conjugation data
- Add proper PREFIX declarations for all used namespaces
- Improve query organization and readability with comments
- Add ORDER BY clause and reasonable LIMIT for better results handling

Resolves scribe-org#444
@Collins-Webdev
Copy link
Contributor

Hello @KesharwaniArpita ,
please, can you help me with this ? #479
It seems I am no longer allowed to resolve conflicts.

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
Projects
None yet
3 participants