-
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
SPARQL Queries to Extract Latin Verb Forms #444
Comments
@KesharwaniArpita can i help with this ?? |
Sure!!! @Otom-obhazi |
KesharwaniArpita#3 |
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!! |
…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
Hello @KesharwaniArpita , |
Sorry for needing to close the PRs, but in looking at them we really need to work on how these queries are being written. If we still want to work from this, let's please send along an initial PR that includes only present tense forms, and we can see that the we get back the following:
Please use |
All cool @andrewtavis, I actually want to complete this to some extent extent given that I have put lot of time and effort in it.
Well I did make sure of these two points.
How about I refine the query according to these two points and submit a new PR? I already have the present tense completed. |
This is fine, @KesharwaniArpita, but let's please work from the current version of main so that the new checks can run on the queries :) |
Hello @KesharwaniArpita and @andrewtavis 👋🏼, Thank you so much for your help with my problematic PRs. What I ended up doing was syncing my fork with the main Scribe-Data code and then pulling the updated code to my local environment. After that, I simply created a new branch. |
Great @Collins-Webdev |
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:
Reference:
You can refer to this lexeme on Wikidata for an example of Latin verb lexemes.
Proposed Solution:
Contributions:
I will be happy to work on this contribution and welcome and help anyone who is interested 😄 .
The text was updated successfully, but these errors were encountered: