Added default zero entropy field in generated per-lang csv file

doc_update_sequoia
Edouard Tisserant 2014-07-03 12:23:40 +02:00
parent 3990848e9e
commit bb0ed08903
1 changed files with 1 additions and 1 deletions

View File

@ -51,4 +51,4 @@ elif len(_words) < 65536:
assert len(_words) == 65536, "lenght is {}".format(len(_words))
for i, w in enumerate(_words):
print("{l},{i},{w}".format(l=args.lang[:2], i=i, w=w))
print("{l},{i},{w},0".format(l=args.lang[:2], i=i, w=w))