uezo / ChatdollKit

ChatdollKit enables you to make your 3D model into a chatbot
Apache License 2.0
790 stars 79 forks source link

Improve text splitting logic in SplitString method #349

Closed uezo closed 2 months ago

uezo commented 2 months ago

Modified the SplitString method to treat consecutive delimiters as a single unit.

This fix improves the behavior when handling text with consecutive punctuation marks, ensuring more accurate splitting.