diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-10-07 03:37:12 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-07 14:06:57 +0200 |
commit | ed8b1bcdad7c430af1eef5fbe78b6ec4eb3eb60e (patch) | |
tree | 4d864fe34d2102eb1ef4812d4613c2eca7006336 /README.adoc | |
parent | 3881725904473cd9fdbd3e60cd1de2010f14d767 (diff) | |
download | tdv-ed8b1bcdad7c430af1eef5fbe78b6ec4eb3eb60e.tar.gz tdv-ed8b1bcdad7c430af1eef5fbe78b6ec4eb3eb60e.tar.xz tdv-ed8b1bcdad7c430af1eef5fbe78b6ec4eb3eb60e.zip |
Add sample dictionary downloaders/builders
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index 4f98061..724c7e8 100644 --- a/README.adoc +++ b/README.adoc @@ -101,13 +101,14 @@ Dictionaries Unfortunately this application only really works with specific dictionaries. Word definitions have to be in plain text, separated by newlines. +The `make dicts` command will build some examples from freely available sources. + You may use the included transform tool to transform existing dictionaries that are almost useful as they are, e.g. after stripping XML tags. You might want to fix up the `sametypesequence` of the resulting '.ifo' file afterwards, and run dictzip on the resulting '.dict' file. -https://mega.co.nz/#!axtD0QRK!sbtBgizksyfkPqKvKEgr8GQ11rsWhtqyRgUUV0B7pwg[ -CZ <--> { EN, DE, PL, RU } dictionaries] +https://mega.co.nz/#!axtD0QRK!sbtBgizksyfkPqKvKEgr8GQ11rsWhtqyRgUUV0B7pwg[CZ <--> EN/DE/PL/RU dictionaries] Contributing and Support ------------------------ |