6 lines
365 B
Markdown
6 lines
365 B
Markdown
- Fixed sentence splitting for Japanese, Chinese, Korean, and other non-Latin
|
||
languages in TTS pipeline. NLTK's sentence tokenizer does not support CJK
|
||
languages, causing text to accumulate until flush instead of being split at
|
||
sentence boundaries. Added fallback detection for unambiguous non-Latin
|
||
sentence-ending punctuation (e.g., `。`, `?`, `!`).
|