-
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
Add Japanese keyboard #104
Comments
Do you want to start off making versions of the nouns and verbs SPARQL queries, @henrikth93? We might need to check the statements on the Wikidata items for Japanese nouns and verbs, but I'd be happy to help with this! |
Sharing some pointers.. We'll have to think through how to store different written forms together for the same word. For example, using our classic book example. The following are both ways to write the same word:
Apart from the two scripts above, the third main one is katakana, which is also phonetic. Katakana is primarily for distinct cases/meanings, e.g. writing foreign words that have been incorporated into Japanese. Some words though can have variants in all three scripts - with the katakana version having a more specific meaning than the hiragana version. Worth noting as well though that katakana can also be used at times to what would be akin to bold and italic in English. |
While this is true, we most likely do not have to store this, but just something to be aware of. |
So we should plan on basically having |
Hmm.. I just checked, and perhaps not quite, I think. Some words do not have a kanji form, so I wouldn't expect them to have both
In conclusion, I believe a lexeme should always have a |
Thanks for the full explanation, @wkyoshida! Just checking as there are a lot of situations above and I'm trying a last ditch effort for a simple-ish system: would we be able to query such that for the |
I'm thinking what likely makes sense is:
|
Terms
Language support
I do not have a lot of knowledge about the Japanese language, but I thought it would be good to implement.
Contribution
Might need help by someone who knows Japanese.
The text was updated successfully, but these errors were encountered: