Skip to content

Commit 8996df4

Browse files
committed
change default for normalize_space
1 parent 61f9144 commit 8996df4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

botok/utils/corpus_normalization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
def normalize_spaces(
3131
text: str,
3232
collapse_internal_spaces: bool = True,
33-
tibetan_specific: bool = True,
33+
tibetan_specific: bool = False,
3434
) -> str:
3535
"""
3636
Normalize spaces in text.

0 commit comments

Comments
 (0)