Update stats.py

This commit is contained in:
bfsujason
2022-07-11 09:26:45 +08:00
committed by GitHub
parent 8e797120f4
commit aea80bb055

View File

@@ -60,7 +60,6 @@ def count_sent_and_tok_nums(file):
tok_num += 1
return sent_num, tok_num
if __name__ == '__main__':
main()