Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ShigekiKarita committed Aug 8, 2019
1 parent 4710b1d commit 6c282fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/spm_decode
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def main():
h = open(args.input, "r", encoding="utf-8")
for line in h:
print(decode(line.split()))
# print(decode(list(map(tok2int, line.rstrip().split()))))


if __name__ == "__main__":
Expand Down

0 comments on commit 6c282fd

Please sign in to comment.