-
Notifications
You must be signed in to change notification settings - Fork 52
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
[feature request] Dictionary of synonyms - too many key phrases #33
Comments
If I understood correctly, the issue is that since Latin has no standard spelling, it's common for words to be written in different ways. I see two ways to represent this in the current iteration of XDXF:
I agree the ideal would be to add an attribute to to the (Note: this is very different from what I was proposing with the |
Stub articles redirecting to the target is a good idea, not user friendly but working right now. |
I think that the middle-ground proposal could be this one.
This proposal might help in both cases: pinyin in Chinese and synonym dictionaries. |
I am compiling a dictionary of synonyms and some articles have too many keys. So, my problem is "how to show them in DS (particulary GoldenDict)?" I have tried several styles, like densed line-space or headers joined in a flat list "key1; key2; key3; …", but still feel they consume to much space.
I am working on a dictionary of Latin words. There is no "official" spelling rules, so some words have spelling variants (e.g., pellex, pelex, paelex). All these variants are "correct" and are not conjugation/declension forms, so hunspell can't bring them to one lemma. Also, it is very common among Latin dictionaries to include Greek words.
Could we add more keys for search (look up), but do not show them to users? The problem is partialy about visual design, but spelling variants and optional keys (Greek in my case) should be handled some way by the dictionary format. #30 proposes
<spelling>
tag, I think about<k type="hidden">
. Or maybe in place of showing all keywords we would include a predefined header for DS?Below attached is a sample article from my dictionary. It already has 11 keywords (all about mental disease), and I would like to add 9 more but doubt that the exceedingly long list of keys will be usefull.
The text was updated successfully, but these errors were encountered: