Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved sentence segmentation based on word timestamps #982

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Rumeysakeskin
Copy link

This PR improves sentence segmentation by handling long sentences and enforcing time-based breaks. Previously, all words between punctuation marks were grouped into a single segment, regardless of duration. This could lead to extremely long segments (60-80 seconds) which is problematic for many applications.

This PR improves sentence segmentation by handling long sentences and enforcing time-based breaks. Previously, all words between punctuation marks were grouped into a single segment, regardless of duration. This could lead to extremely long segments (60-80 seconds) which is problematic for many applications.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant