1

Updating the way tags are stored in dictionary

Former-commit-id: 1a8ecefe92e3571eb514d903bb8df414104f7cdb
This commit is contained in:
Alex Yatskov 2013-11-08 12:47:44 -08:00
parent af417923d8
commit 0c4fff7d3e
2 changed files with 3 additions and 3 deletions

View File

@ -158,7 +158,7 @@ def parseEdict(path):
tags.extend(group.split(','))
tags = set(tags).intersection(GRAMMAR_TAGS)
tags = ', '.join(sorted(tags))
tags = ' '.join(sorted(tags))
results.append((term, reading, definitions, tags))

View File

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