1
Go to file
2017-10-24 13:24:41 +03:00
bin update bundled version of zero-epwing 2017-04-30 13:14:38 -07:00
zero-epwing@ea42fab71b update bundled version of zero-epwing 2017-04-30 13:14:38 -07:00
.gitignore re-implement interactive mode as a simple batch file wrapper 2017-01-02 15:14:09 -08:00
.gitmodules adding interactive mode for command line newbs 2017-01-01 12:53:39 -08:00
build_mingw.sh updating scripts 2017-04-11 20:45:10 -07:00
common.go add tag meta score 2017-10-24 13:24:41 +03:00
daijirin.go add Sequence to other dictionary formats 2017-10-13 02:48:58 +03:00
daijisen.go add Sequence to other dictionary formats 2017-10-13 02:48:58 +03:00
edict.go add tag meta score 2017-10-24 13:24:41 +03:00
enamdict.go add Sequence to other dictionary formats 2017-10-13 02:48:58 +03:00
epwing.go add Sequence to other dictionary formats 2017-10-13 02:48:58 +03:00
frequency.go better support freqency tables 2017-09-23 12:50:54 -07:00
gui.go cleanup 2017-09-10 13:37:40 -07:00
kanjidic.go update kanjidic 2017-09-22 19:17:00 -07:00
kotowaza.go add Sequence to other dictionary formats 2017-10-13 02:48:58 +03:00
main.go cleanup 2017-09-10 13:45:06 -07:00
meikyou.go add Sequence to other dictionary formats 2017-10-13 02:48:58 +03:00
README.md Updating README.md 2017-09-25 19:26:52 -07:00
rikai.go add Sequence to other dictionary formats 2017-10-13 02:48:58 +03:00
wadai.go add Sequence to other dictionary formats 2017-10-13 02:48:58 +03:00

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 currently available for Linux, Mac OS X, and Windows. The necessary version of Zero-EPWING is included for processing EPWING dictionaries.

Basic Usage

Please follow the steps outlined below to import your custom dictionary into Yomichan:

  1. Launch the yomichan-import executable after extracting the entire archive.
  2. Specify the source path of the dictionary you wish to convert.
  3. Specify the target path of the dictionary ZIP archive that you wish to create.
  4. Press the button labeled Import dictionary... and wait for processing to complete.
  5. On the Yomichan options page, browse to the dictionary ZIP archive file you created.
  6. 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 by Zero-EPWING, does not support such paths. Attempts to convert dictionaries stored in paths containing illegal characters will cause the conversion process to fail.

License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.