Gets the most frequent words in a subtitles srt file before seeing the film/tv show.
Function that creates a csv with the words sorted by frequency from a srt file. Only words with more than 1 occurrence.
Stops words not included. Only English.
Test example with the film Artificial Intelligence (Steven Spielberg)
You can run with command prompt like this:
python srt_to_csv.py file_name.srt csv_name.csv
Dependencies:
A function in order to learn English efficiently:
References :