-
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
Expand Norwegian/Bokmal verb query #455
Conversation
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. Also consider joining our bi-weekly Saturday dev syncs. It'd be great to have you! Maintainer checklist |
Can you handle the merge conflict here, @VNW22? :) |
Hey @andrewtavis can you help me understand what i need to fix here?
Data/src/scribe_data/language_data_extraction/Norwegian/Bokmål/verbs/query_verbs.sparql:
|
Sorry I just improved the error output of this, @VNW22 :) You need to add the form to |
sorry, just seeing this now, |
This should be figured out if you pull from main, @VNW22. Big thing is that you should format your query a bit, so please put a period before each |
Got it, thanks! . A specific check for this would definitely be helpful to catch these formatting issues, I can look into it. |
Would be really great, @VNW22! You can do a regex check for something like |
So rather than |
I added the check under def check_query_forms() -> None:
is this okay? |
Let's give it a try :) I'll check it all after work, but if that's providing the errors to you then looks good to me 😊 |
I'm thinking of adding a check that would suggest that someone formats the query if it's found that there are whitespace characters before commas after the form QIDs, coz i've realise that was the reason why my check was failing |
do i open a PR for this? |
Yes sure, I'll bring this one in and you can open a new PR for the change to the check 😊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really great work here, @VNW22! Thanks for fixing all the form names 😊
Contributor checklist
pytest
command as directed in the testing section of the contributing guideDescription
This pull request expands bokmal verbs query, and have been tested.
Related issue