Spaces:
Running
Running
Yurii Paniv
commited on
Commit
β’
5d9d8c1
1
Parent(s):
74d1813
Remove dash from excluding
Browse files
scripts/import_ukrainian.py
CHANGED
@@ -111,7 +111,7 @@ def one_sample(sample):
|
|
111 |
|
112 |
def convert_transcript(transcript):
|
113 |
transcript = transcript.replace("'", "β")
|
114 |
-
transcript = transcript.replace("-", " ")
|
115 |
return transcript.strip()
|
116 |
|
117 |
|
|
|
111 |
|
112 |
def convert_transcript(transcript):
|
113 |
transcript = transcript.replace("'", "β")
|
114 |
+
# transcript = transcript.replace("-", " ")
|
115 |
return transcript.strip()
|
116 |
|
117 |
|