| LOW | whisperx/asr.py | 22 | def find_numeral_symbol_tokens(tokenizer): |
| LOW | whisperx/SubtitlesProcessor.py | 47 | def estimate_timestamp_for_word(self, words, i, next_segment_start_time=None): |
| LOW | whisperx/SubtitlesProcessor.py | 99 | def determine_advanced_split_points(self, segment, next_segment_start_time=None): |
| LOW | whisperx/SubtitlesProcessor.py | 141 | def generate_subtitles_from_split_points(self, segment, split_points, next_start_time=None): |
| LOW | tests/test_word_timestamp_interpolation.py | 88 | def test_known_chars_get_timestamps(self): |
| LOW | tests/test_word_timestamp_interpolation.py | 96 | def test_unknown_word_gets_timestamps(self): |
| LOW | tests/test_word_timestamp_interpolation.py | 105 | def test_mixed_word_gets_timestamps(self): |
| LOW | tests/test_word_timestamp_interpolation.py | 114 | def test_unknown_word_does_not_corrupt_neighbors(self): |
| LOW | tests/test_word_timestamp_interpolation.py | 124 | def test_all_unknown_segment_gets_timestamps(self): |
| LOW | tests/test_word_timestamp_interpolation.py | 132 | def test_timestamps_are_ordered(self): |
| LOW | tests/test_word_timestamp_interpolation.py | 155 | def test_ignore_does_not_crash(self): |
| LOW | tests/test_word_timestamp_interpolation.py | 164 | def test_ignore_segments_have_valid_timestamps(self): |
| LOW | tests/test_word_timestamp_interpolation.py | 177 | def test_ignore_preserves_nans(self): |
| LOW | tests/test_word_timestamp_interpolation.py | 188 | def test_ignore_word_assignment_integration(self): |