-
Notifications
You must be signed in to change notification settings - Fork 71
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
Implement CLI --total
functionality
#147
Comments
Thank you for detail explanation. 😄 |
Very welcome! 🥳🥳 |
--poll
functionality--total
functionality
One thing to note here, we should likely allow the user to pass either |
We can use the following for this, @mhmohona:
I think that working on this one would be a great next step, @mhmohona! This would give you a bit of Wikidata experience as well :) I'll add in the files and the section for the CLI now! |
3736222 adds in the basics for this, @mhmohona :) The work for this command can be in |
Terms
Description
This issue would implement the
--total
(-t
) functionality of the Scribe-Data CLI. This functionality would check Wikidata for the total of certain groupings of languages and word types. Usage of this would be:nouns
ornoun
, etc, in order to avoid unneeded errors :)The following Python code could be edited for most of the functionality that we need for this, whereby we could also add some changes such that the
word_type
argument would also function :) From there the result of this function is returned to the user with a message including the given language and/or word types.languages
andword_types
:)Contribution
@mhmohona will be working on this as a part of GSoC 2024! ☀️ Please write in here so I can assign, and let us know if there's anything we can do to support!
The text was updated successfully, but these errors were encountered: