From 1a9dcc69ff86ccd3d0ed161fb4bd0a21e17e72cc Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 8 Nov 2013 13:12:00 -0800 Subject: [PATCH] Changing the way radicals are stored in the database Former-commit-id: 11daa98be108a3fbb1e1b6c91aeb824d3380318b --- util/compile.py | 2 +- yomi_base/japanese2/data/dictionary.db | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/util/compile.py b/util/compile.py index facb3b6..8df1e24 100755 --- a/util/compile.py +++ b/util/compile.py @@ -126,7 +126,7 @@ def parseKradFile(path): for line in loadDefinitions(path): segments = line.split(' ') character = segments[0] - radicals = ', '.join(segments[2:]) + radicals = ' '.join(segments[2:]) results.append((character, radicals)) return results diff --git a/yomi_base/japanese2/data/dictionary.db b/yomi_base/japanese2/data/dictionary.db index 9906fc2..2f95b7f 100644 --- a/yomi_base/japanese2/data/dictionary.db +++ b/yomi_base/japanese2/data/dictionary.db @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:915c1d9bc954c17e27c2c929f313732b1f37fe1f9c08d3d37d18dc28c75626f3 -size 20340736 +oid sha256:da31b200f6362ba5041bbb848d9c7e3d991a96dfe395d18255333107f21a205c +size 20322304