r3gm commited on
Commit
6731265
1 Parent(s): cd7a065

Update soni_translate/text_to_speech.py

Browse files
Files changed (1) hide show
  1. soni_translate/text_to_speech.py +1 -1
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", "bin", "uroman.pl")
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