Update ctcalign.py
Browse files- ctcalign.py +1 -1
ctcalign.py
CHANGED
@@ -247,5 +247,5 @@ def langsalign(wav_path,transcript_string,lang):
|
|
247 |
|
248 |
#segments = [s for s in segments if s[0] != model_word_separator]
|
249 |
print(segments)
|
250 |
-
return mfalike(segments,words,model_word_separator)
|
251 |
|
|
|
247 |
|
248 |
#segments = [s for s in segments if s[0] != model_word_separator]
|
249 |
print(segments)
|
250 |
+
return mfalike(segments,words,d[lang]['model_word_separator'])
|
251 |
|