Ancient Greek dictionary support is working rudimentary! It works for non-reflow text, but not yet in reflow mode.
- the code needed will be in the next nightly (after build 583).
- the dictionary is Liddell-Scott-Jones 126k words
For now it doesn't seem to work in reflow-mode. But when it will, you'll need
- OCR-data for Ancient Greek. (Decompress and copy to koreader/data/tessdata.)
- Change the following lines in default.lua to:
-- document languages for OCR
DKOPTREADER_CONFIG_DOC_LANGS_TEXT = {"English", "Chinese_S", "Ancient Greek"}
DKOPTREADER_CONFIG_DOC_LANGS_CODE = {"eng", "chi_sim", "grc"}
A small Latin-English dictionary can be downloaded
here. (Remember to decompress the dict.dz-file, before copying the ifo-, idx- and dict-files to the koreader/data/dict directory)