Scribe-Data
Scribe-Data copied to clipboard
Add ETL for continuous tenses in the English data flow
Terms
- [X] I have searched open and closed data issues
- [X] I agree to follow Scribe-Data's Code of Conduct
Languages
English
Description
This issue is for adding the ETL, i.e. SPARQL queries, parsing, creating of .json/.sqlite, to include the continuous tenses for the English data. Currently, Scribe grabs the past participle to construct the different conjugations for * perfect tenses. The same could be done with the present participle to construct the different conjugations for * perfect continuous tenses.
Earlier discussion ref
Possible Wikidata QID to use: Q10345583
I believe the work for this should roughly boil down to adding an additional block here in the query_verbs.sparql to also get the present participle and then also adding the corresponding piece here in the format_verbs.py to format/add the new data in the results.
I would like to work on this issue.
Hey @mhmohona :wave: Awesome! Thank you for the interest! Looks like you got a couple issues assigned. Let's look to get those wrapped up, and then we can get this one assigned! :rocket:
@ikeadeoyin, would you have interest in this one?
Yes please @andrewtavis
Great, @ikeadeoyin! Let @wkyoshida or I know if you need some help here :)
Going through old issues at the moment :) We now have continuous tenses for present, past, future and conditional in English, so this issue's good to close. Commit for it was 7573808. Thanks all!