I would like to write some code to read closed captions and compare each word with a list. Does anybody know how I could go about this? Or is there any program written that already does this?

My experience is in C# but I could work with other languages.

link|improve this question

64% accept rate
captions are stored in a separate file, you can filter out lines containing the time info and just keep the words, or you can parse the words directly. C# might not be the easiest language to implement it, while in Perl, Python, Ruby... is a very easy task. – Eric Fortis Sep 22 '11 at 1:14
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.