Files
faster-whisper/requirements.txt
Guillaume Klein 8bd013ea99 Add word-level timestamps (#43)
* Add word-level timestamps

* Fix alignment between the segments and the lists of words

* Fix truncated words list when the replacement character is decoded

* Check for empty text_tokens

* Add usage example in the readme

* Update ctranslate2 to 3.9

* Skip empty segment

* Set typing for the new methods
2023-03-15 15:02:28 +01:00

4 lines
48 B
Plaintext

av==10.*
ctranslate2>=3.9,<4
tokenizers==0.13.*