-
Notifications
You must be signed in to change notification settings - Fork 80
Include option to additionally retrieve external IDs for data #59
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
Comments
Hey @wkyoshida 👋 FYI I made a new issue in iOS that speaks to this even being something that we could include in the app data files 😊 See scribe-org/Scribe-iOS#400. What that's saying is when we have a verb conjugation not showing up, this could actually be a link to the Wikidata page for the given lexeme such that the person could then enter in the conjugation and have it show up in the next data download :) |
It was decided in the dev sync to go ahead and already at least implement the first idea proposed in this issue:
Created a different issue, #101, to track the work for this and actually decided to leave this issue open to continue the discussion on potential ideas for the second point:
Grabbing the lexemes though will already be a useful addition 😁 |
Noting down some points here with long-term architecture in mind:
The real interest here is CC @axif0: What do you think on the above? :) |
Big thing, let's not focus on this for translations and autosuggestions as hopefully a year and a half from now it won't even be needed :) |
I think the second approach—having a lastModified timestamp for each emoji, is the better option. as we’ll have a precise history of changes for each emoji then.
Is this make scene ? |
No it's just an emojis table within the language SQLite DB. Because of this, I think that Your points in the second one make sense. We'll check the keyword to see if it doesn't exist or if the Let me know on the above! Maybe it makes sense for us to close this and make a new issue for the work we're describing? |
German, emoji_keywords -
In emoji sqlite file do we want like -
What do you think? |
Dump and convert are following |
I'd say we should lower case all the column names, @axif0, but aside from that we're good :) |
Terms
Languages
ALL
Description
This issue is to discuss an option (i.e. a flag perhaps) to also retrieve external IDs for data when running the data process (this is optional, as I'm thinking this should probably be something to opt-in, i.e. not the default behavior). On the Scribe-Server side, this information could be later useful for tracking when specific data points are new or have been updated in the external sources Scribe references, e.g. Wikidata. For those interested, it could also potentially be useful to see the IDs.
For nouns, verbs, and prepositions, this is likely the Wikidata lexemes.
For translations, autosuggestions, and emoji keywords - sources for these data points are from elsewhere - e.g. Wikipedia, Unicode CLDR, translation models. I believe these wouldn't really have IDs tied to them..
Considerations for Scribe-Server:
Also, would doing this even make sense?
Open for discussion! 😊👀
The text was updated successfully, but these errors were encountered: