- Status: being evaluated
- Deciders: Pietro, James
- Date: 2018-12-10
When the user edits the timed text the transcriptions might lose the timecodes information over time after a number of edits. Eg if deleting a paragraph or line and re-writing it from scratch these words might not have time information associated with it.
Can we find a straightforward way to either preserve or restore the time information associated with the words of the corrected transcription?
- easy to reason around
- not too computational intensive
- the re-alignment operation can be performed on the client side
- Approach with a flexible granularity, eg re-align the whole text or just a paragraph or sentence
- re-sync using audio waveform (TTS)
- Transpose time-codes from STT transcript
- Interpolate time-codes (words within a sentence)
- Use Levenshtein distance (sentence level)
- …
still being evaluated
[example | description | pointer to more information | …]
- Good, because [argument a]
- Good, because [argument b]
- Bad, because [argument c]
- …
[example | description | pointer to more information | …]
- Good, because [argument a]
- Good, because [argument b]
- Bad, because [argument c]
- …
[example | description | pointer to more information | …]
- Good, because [argument a]
- Good, because [argument b]
- Bad, because [argument c]
- …
- [Link type] [Link to ADR]
- …