6224b4c21f
Now you can search for totally useful every day words like 瘟㾮日 and 多羅吒干𤚥 :^). The characters that remain either don't exist in unicode or are very difficult to find. Also a couple terms seem unsearchable in qolibri so I couldn't check what the characters are supposed to be. Any questionable choice was marked with FIXME. This will make it easy in the future to replace some characters with their images if its something that we want to support in the future. * The FIXMEs with the missing font symbol should all be the correct character (not commonly covered by fonts) * The くの字点 choices are to try and imitate the daijirin experience(TM). Probably the worst use of image fonts I've seen. Those characters should never appear in horizontal text. They should have just been replaced with the text that was supposed to be repeated. * The 漢文訓読 characters in '{}' are technically the unicode specified characters for those glyphs however they just look like their full size variants. I surrounded them with '{}' so the examples that use them are still readable. * The other FIXMEs should be self explanatory. Search the term in qolibri and look at what they used to see why they are questionable. |
||
---|---|---|
scripts | ||
yomichan | ||
yomichan-gtk | ||
.gitignore | ||
.gitmodules | ||
common.go | ||
daijirin.go | ||
daijisen.go | ||
edict.go | ||
enamdict.go | ||
epwing.go | ||
frequency.go | ||
gakken.go | ||
go.mod | ||
go.sum | ||
kanjidic.go | ||
kotowaza.go | ||
koujien.go | ||
LICENSE | ||
meikyou.go | ||
README.md | ||
rikai.go | ||
wadai.go |
Yomichan Import
Yomichan Import allows users of the Yomichan extension to import custom dictionary files. It currently supports the following formats:
Yomichan Import is being expanded to support other EPWING dictionaries based on user demand. This is a mostly non-technical (although laborious) process that requires writing regular expressions and creating font tables; volunteer contributions are welcome.
Installation
Builds of Yomichan Import are available for Linux, Windows, and Mac OS X. As I do not have an easy way to compile for Mac OS X, the corresponding build is currently out of date. If you are able to, use the Linux or Windows versions as they will always be built from the latest version of the code.
- yomichan-import_linux.tar.gz: (GTK+ 3 required for GUI)
- yomichan-import_windows.zip (64 bit Vista or above, no console output)
- yomichan-import_darwin.tar.gz (outdated, consider using builds above)
Basic Usage
Follow the steps outlined below to import your custom dictionary into Yomichan:
- Launch the
yomichan-gtk
executable after extracting the entire archive (oryomichan
from the command line). - Specify the source path of the dictionary you wish to convert.
- Specify the target path of the dictionary ZIP archive that you wish to create.
- Press the button labeled Import dictionary... and wait for processing to complete.
- On the Yomichan options page, browse to the dictionary ZIP archive file you created.
- Wait for the import progress to complete before closing the options page.
Notice: When converting EPWING dictionaries on Windows, it is important that the dictionary path you provide does not contain non-ASCII characters (including Japanese characters). This problem is due to the fact that the EPWING library used does not support such paths. Attempts to convert dictionaries stored in paths containing illegal characters may cause the conversion process to fail.