]> gitweb.fperrin.net Git - DictionaryPC.git/commit
include dict.cc entries with subject labels
authorChristoph Lingg <christoph@lingg.eu>
Sun, 20 Dec 2020 01:11:30 +0000 (02:11 +0100)
committerGitHub <noreply@github.com>
Sun, 20 Dec 2020 01:11:30 +0000 (02:11 +0100)
commit6c9b88ee08f4fd4cba28714b93fceda740f313e5
treea72effb38ccff42fa997695e91e288ba9dff07c8
parent6f0d99824b2928cce0744440d491115fbc2f9c0e
include dict.cc entries with subject labels

I used this script to turn a DE-ES dict.cc file into a quickdic compatible with my Tolino. From the original 45k entries more than 20k were dropped because they had a subject label:

> WARNING: Malformed line: Atomphysik {f} física {f} atómica noun [phys.]

This change allows lines to have 4 fields/columns: `language1`, `language2`, `word class`,  `subject labels`.

see also https://github.com/natowi/quickdic-dictionary.dictionarypc/issues/1
src/com/hughes/android/dictionary/parser/DictFileParser.java