Hacker News new | ask | show | jobs
by bootload 3368 days ago
" it would be interesting to have a diff tool for videos"

    videoA -> transcriptionA
                |
                V
    videoB -> transcriptionB
                |
                V
               diff
1 comments

That seems too granular, as an additional 'uh' or 'and' would cause a sentence to be seen as different.

It might work well if you can first pair up the similar sentences from A and B, using word-level edit distance, or mapping to a lower-dimensional space using sentence embedding?

"seems too granular,"

Probably right. I used the term diff as a concept not implementation.