Earlier quoted context omitted.
It does detract you from the scenes a bit though, so I prefer to keep them off if I can
Yeah, I often read the subtitles before the words are spoken, which sometimes ruins the surprise when they say it.
Mate: Netflix browser extension for learning words via subtitles
81–90 of 112 posts
Re: Mate: Netflix browser extension for learning words via subtitles
#82Earlier quoted context omitted.
Subs also add a lot of the plot sometimes. Certain quiet sounds you wouldn't otherwise hear are mentioned in the subs that can set a scene, foreshadow, or explain motives.
So, are those sounds really that quiet? I noticed this before, that sometimes subtitles mention a sound I haven't heard, but I always assumed it's due to my slightly impaired hearing. I wonder if this happens to people with good hearing as well.
One explanation might be if you're watching a 5.1 surround sound movie and playing it through your monitor's built-in speakers which can't handle the extra channels.
Re: Mate: Netflix browser extension for learning words via subtitles
#83Earlier quoted context omitted.
> Watching TV and movies with subtitles is a great way for intermediate language learners (B1 and above) to progress. If they have patience, it's good for anyone. My children have been able to learn many languages this way from scratch to a very high level of fluency that I only minimally speak. I look for children's tv network apps for their iPad from countries with the target language.
How do you do this? Target language audio with English subs?
I think watching things in their original language is key. You pick up on things using context, some of which is lost in translation.
Re: Mate: Netflix browser extension for learning words via subtitles
#84Re: Mate: Netflix browser extension for learning words via subtitles
#85Earlier quoted context omitted.
That works with Siri on Apple TV. Say "what did he say", and it'll jump back a bit and temporarily engage subtitles.
How did you discover this?
Re: Mate: Netflix browser extension for learning words via subtitles
#86Watching TV and movies with subtitles is a great way for intermediate language learners (B1 and above) to progress. Kudos to Mate for thinking of capturing this in Netflix with a browser add-on. However, creating a flash card with a translation to your native language is not the best way to master vocabulary. A translation (or, "gloss") can be helpful initially, but it's more important to see the word in context. It…
There is an extension to Anki that does what you suggest with the video frames (at least for Japanese?), and I want to integrate that (or similar) at some stage. But there are heaps of cool ideas to implement if you take the flashcard database as a first approximation of a representation of the learner's (lexical) knowledge of a language and then enrich real-world texts that the learner is interested in with enough help to appreciate the real-world content. The beauty with having a representation of the learner's knowledge is that you can take a number of different approaches (say depending on the % of unknown words) or even just let the learner decide how much help they want/need on a given content consumption session. With even a small number of users the data generated will also be pretty awesome for research purposes.
It's pretty clunky still (I haven't started the thesis yet) but it is all going to be completely open-source and I definitely hope I'm not the only one to contribute to it, so hopefully it will get some momentum at some stage, and there will be heaps of clients that can talk to the server part. https://transcrob.es
Re: Mate: Netflix browser extension for learning words via subtitles
#87https://languagelearningwithnetflix.com is a similar tool. Allows side-by-side subtitles in two languages. It also lets you skip back one whole sentence at a time to re-hear a line. I used it to start trying to hear and parse Japanese (only about a month in of learning, so brand new, and just hearing the words and sounds of the language is still tricky).
Re: Mate: Netflix browser extension for learning words via subtitles
#88Earlier quoted context omitted.
> Watching TV and movies with subtitles is a great way for intermediate language learners (B1 and above) to progress. If they have patience, it's good for anyone. My children have been able to learn many languages this way from scratch to a very high level of fluency that I only minimally speak. I look for children's tv network apps for their iPad from countries with the target language.
How do you do this? Target language audio with English subs?
Re: Mate: Netflix browser extension for learning words via subtitles
#89Earlier quoted context omitted.
That works with Siri on Apple TV. Say "what did he say", and it'll jump back a bit and temporarily engage subtitles.
This is super awesome but also super frustrating. I never knew this. So makes me wonder how many other cool ‘hidden’ features like this exist.
Re: Mate: Netflix browser extension for learning words via subtitles
#90I did something similar for myself using mpv's scripting interface (for Japanese immersion). I can press a button and have the current subtitle analyzed for words with mecab, or press another button and have audio + screenshot + text sent to Anki for review. mpv allows to seek previous/next subtitle, so even relistening a particular phrase is really convenient. It makes language learning really fun.
The audio + screenshot + text sent to Anki for review script sounds awesome as well as the current subtitle analysis. Can you share these?
The code is here https://github.com/pigoz/mpv-nihongo, keep in mind that a lot of stuff is hardcoded, poorly documented, and it requires an mpv patch to work.
If there's enough interest, I can try and make it simple for someone that's not me to use.