Updating the way tags are stored in dictionary
Former-commit-id: 1a8ecefe92e3571eb514d903bb8df414104f7cdb
This commit is contained in:
parent
af417923d8
commit
0c4fff7d3e
@ -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))
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50737c19f1e501b771e429e944a8bbf24551c97a9047eb013175c8c20295539d
|
||||
size 20406272
|
||||
oid sha256:915c1d9bc954c17e27c2c929f313732b1f37fe1f9c08d3d37d18dc28c75626f3
|
||||
size 20340736
|
||||
|
Loading…
Reference in New Issue
Block a user