Skip to content

Commit 5fd6ae7

Browse files
.
1 parent cba9963 commit 5fd6ae7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitmodules

Whitespace-only changes.

ctc_forced_aligner/text_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def normalize_uroman(text):
148148
return text.strip()
149149

150150

151-
def get_uroman_tokens(norm_transcripts: list[str], iso: str | None = None):
151+
def get_uroman_tokens(norm_transcripts: list[str], iso=None):
152152
outtexts = [
153153
uroman_instance.romanize_string(transcript, lcode=iso)
154154
for transcript in norm_transcripts

0 commit comments

Comments
 (0)