-
Notifications
You must be signed in to change notification settings - Fork 72
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
Option to grab the Wikidata lexemes for queried words #101
Comments
For someone with interest in working on this, this should be as simple as adding |
@andrewtavis Can I work on this? |
Hey @oreotamish 👋 |
Sure |
Thank you for understanding, @oreotamish! 🙏😁 @mhmohona add a comment here when you can as well please, as we can only assign once someone's active in the issue |
@wkyoshida, I would like to work on this issue. |
@mhmohona, just a quick note here that came from a discussion with @henrikth93: the way we'd like to get the lexeme IDs for this would be the following: SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC The |
Adding this to all the current queries would close this issue 😊 |
Terms
Languages
ALL
Description
This issue is for the implementation of one of the ideas brought up in #59, in particular:
The text was updated successfully, but these errors were encountered: