Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
text
Sub-tasks:
language-modeling
Size:
< 1K
License:
Words
Browse files- raw/po-to-tsv.py +1 -1
raw/po-to-tsv.py
CHANGED
@@ -72,7 +72,7 @@ def generate_tsv(po_filename, output_filename):
|
|
72 |
words += len(src.split())
|
73 |
entries += 1
|
74 |
|
75 |
-
print(f"Generated {entries} entries with {words}")
|
76 |
|
77 |
|
78 |
def main():
|
|
|
72 |
words += len(src.split())
|
73 |
entries += 1
|
74 |
|
75 |
+
print(f"Generated {entries} entries with {words} words")
|
76 |
|
77 |
|
78 |
def main():
|