1

Changing the way radicals are stored in the database

Former-commit-id: 11daa98be108a3fbb1e1b6c91aeb824d3380318b
This commit is contained in:
Alex Yatskov 2013-11-08 13:12:00 -08:00
parent 80c37a0c85
commit 1a9dcc69ff
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:915c1d9bc954c17e27c2c929f313732b1f37fe1f9c08d3d37d18dc28c75626f3
size 20340736
oid sha256:da31b200f6362ba5041bbb848d9c7e3d991a96dfe395d18255333107f21a205c
size 20322304