Spaces:
Sleeping
Sleeping
Yurii Paniv
commited on
Commit
•
74d1813
1
Parent(s):
0f120d1
Fix $400 bug
Browse files
scripts/import_ukrainian.py
CHANGED
@@ -110,7 +110,7 @@ def one_sample(sample):
|
|
110 |
|
111 |
|
112 |
def convert_transcript(transcript):
|
113 |
-
transcript =
|
114 |
transcript = transcript.replace("-", " ")
|
115 |
return transcript.strip()
|
116 |
|
|
|
110 |
|
111 |
|
112 |
def convert_transcript(transcript):
|
113 |
+
transcript = transcript.replace("'", "’")
|
114 |
transcript = transcript.replace("-", " ")
|
115 |
return transcript.strip()
|
116 |
|