]> gitweb.fperrin.net Git - Dictionary.git/commit
Support stripping HTML entries for v6 dictionaries.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Mon, 13 Apr 2020 16:58:23 +0000 (18:58 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Mon, 13 Apr 2020 16:58:23 +0000 (18:58 +0200)
commitca8920678fca725851fb18fdb1bd01752391e38a
tree87e4cba282eb2d805cdcd745ef29fc1decf9d066
parent8674b09eae371994e01e0af541b546fced86c366
Support stripping HTML entries for v6 dictionaries.

Since these dictionaries are so huge and the HTML
entries not always used, it seems useful to be
able to provide one without them.
Size example for EN-RU:
v7: 46 MB
v6: 226 MB
v6 without HTML: 105 MB
src/com/hughes/android/dictionary/engine/Dictionary.java