Link Search Menu Expand Document

gotdict-convert

This tool converts gotdict to a dictfile for conversion into a Kobo dictzip.

Images are supported on firmware 4.20.14601+.

Download

Pre-built dictionaries can be downloaded from the following links:

You can use dictutil to install the dictionaries, or see here for manual installation instructions.

Usage

Usage: gotdict-convert [options]

Version: dev

Options:
  -g, --gotdict string   The path to the local copy of github.com/wjdp/gotdict. (default "./gotdict")
  -o, --output string    The output filename (will be overwritten if it exists) (- is stdout) (default "./gotdict.df")
  -I, --images           Include images in dictfile
  -h, --help             Show this help text

To convert the resulting dictfile into a dictzip, use dictgen.

You can also use the parser as a Go library.