Update soni_translate/text_to_speech.py
Browse files
soni_translate/text_to_speech.py
CHANGED
|
@@ -299,7 +299,7 @@ def uromanize(input_string):
|
|
| 299 |
stderr=subprocess.PIPE,
|
| 300 |
)
|
| 301 |
stdout, stderr = process.communicate()
|
| 302 |
-
script_path = os.path.join("./uroman", "
|
| 303 |
|
| 304 |
command = ["perl", script_path]
|
| 305 |
|
|
|
|
| 299 |
stderr=subprocess.PIPE,
|
| 300 |
)
|
| 301 |
stdout, stderr = process.communicate()
|
| 302 |
+
script_path = os.path.join("./uroman", "uroman", "uroman.pl")
|
| 303 |
|
| 304 |
command = ["perl", script_path]
|
| 305 |
|