aws-samples / aws-samples/aws-transcribe-captioning-tools
getPhrasesFromTranscript leaves out phrase
Open
- Dominant language
- Python
- Stars
- 94
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
the getPhrasesFromTranscript function will leave out the last partial phrase if the number of words in the transcript is not divisible by 10. As a result the vtt file will be missing the last 1-9 words from the transcript.
note: bug might also exist in getPhrasesFromTranslation function
Contributor guide
Assessment
This issue has not been assessed yet.