We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f9144 commit 8996df4Copy full SHA for 8996df4
1 file changed
botok/utils/corpus_normalization.py
@@ -30,7 +30,7 @@
30
def normalize_spaces(
31
text: str,
32
collapse_internal_spaces: bool = True,
33
- tibetan_specific: bool = True,
+ tibetan_specific: bool = False,
34
) -> str:
35
"""
36
Normalize spaces in text.
0 commit comments