-
Notifications
You must be signed in to change notification settings - Fork 377
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
Improve SegmentSeeker word alignment #305
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
85e847a
Reorder text normalization to remove whitespace at final step
ZachNagengast 0cd78a2
Fix word alignment for long words or short token length segments
ZachNagengast 1775c39
Support protocols from new swift-transformers version
ZachNagengast fe7c8e5
Merge branch 'main' into fix-word-timestamps-and-normalization
ZachNagengast 2af850c
Backwards support for older swift-transformers
ZachNagengast 9313eac
Formatting
ZachNagengast 797d274
Revert default packages
ZachNagengast 0423be9
Fix package.resolved
ZachNagengast 2e905fe
Fix pacakge.resolved
ZachNagengast 3ca28fc
Remove protocol conformance for tokenizer
ZachNagengast ffc2515
Add public attributes
a2they 7c98d63
Add public initializers
ZachNagengast d725821
Add computed properties for duration in TranscriptionSegment and Word…
ZachNagengast d4c62e6
Lower token count for early stopping test
ZachNagengast 64938b7
Attempt to fix early stopping test using detached tasks
ZachNagengast 287d0ab
Use file with more tokens for early stopping test
ZachNagengast 15d9282
Add timeout to early stopping callback test to prevent blocking
ZachNagengast 1d79254
Revert watchos early stopping test check
ZachNagengast eb4ba45
Update more standard package versioning
ZachNagengast 402a86e
Improve short duration word timestamps
ZachNagengast aed2237
PR review
ZachNagengast 17f8f8c
Ammend early callback tests on some OS's
ZachNagengast 95eed32
Remove captured var from test
ZachNagengast 4b46ebb
Remove unecessary tasks from test
ZachNagengast 9ce99a5
Revert test changes keeping os filter
ZachNagengast 3d1a709
Formatting
ZachNagengast d6ff6ce
Cleanup
ZachNagengast File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since we set defaults here, we should remove redundancy above