How can I compare word per word in 2 columns

Viewed 20

I have 2 srt files, and I want to detect wrong words when compared to the Gold data (correct subtitle file)

| Gold_Subtitle | Audited_Subtitle | missed_words | overlap_count | | Hey Sauce team! | Hey sauce team |{sauce,team!} | 2 | | um Welcome officially| um welcome officially |{Welcome} | 1 |

0 Answers
Related