Show HN: Vocabulary 90 – vocabulary learning automation
gsuite.google.com
Show HN: Vocabulary 90 – vocabulary learning automation
1–10 of 14 posts
Re: Show HN: Vocabulary 90 – vocabulary learning automation
#2Currently I have a Python script that creates calendar notifications from a CSV so I get emailed each morning with a new vocab word, but I need more than one a day and I need it to be interactive.
Duolingo does have a daily quiz reminder but I don't find their content so useful. I'd rather just pick a few hundred words and just be forced to memorize them rather than the bits and pieces of words and grammar duolingo suggests.
If there is an app like this that sends you quizzes at a schedule from columns in a spreadsheet please save me the time of implementing this!
Re: Show HN: Vocabulary 90 – vocabulary learning automation
#3Close to an idea I've had for a bit which is to force you to do a 5 word quiz from a fixed group of words at a frequency of your choosing. For me trying to learn Korean, I'd like to indefinitely receive at least two quizzes a day with five words each time among the most used 1000 words. It's the only hope I can think of to force myself to learn. Currently I have a Python script that creates calendar notifications fro…
Re: Show HN: Vocabulary 90 – vocabulary learning automation
#4Close to an idea I've had for a bit which is to force you to do a 5 word quiz from a fixed group of words at a frequency of your choosing. For me trying to learn Korean, I'd like to indefinitely receive at least two quizzes a day with five words each time among the most used 1000 words. It's the only hope I can think of to force myself to learn. Currently I have a Python script that creates calendar notifications fro…
Have you ever hear of Anki or Memrise ?
Looked into it a bit and you're right, I should try to figure it out first.
Although Anki is pretty useful, I found it's UX arcane and complex. Would prefer something simpler but if it means less work for me it could be good to stick with.
Re: Show HN: Vocabulary 90 – vocabulary learning automation
#5Re: Show HN: Vocabulary 90 – vocabulary learning automation
#6Earlier quoted context omitted.
Have you ever hear of Anki or Memrise ?
Yes, but I hadn't heard of any scheduling features. I just used the app on my laptop. Looked into it a bit and you're right, I should try to figure it out first. Although Anki is pretty useful, I found it's UX arcane and complex. Would prefer something simpler but if it means less work for me it could be good to stick with.
The main point of these programs are the scheduling algorithm.
Although Anki is pretty useful, I found it's UX arcane and complex. Would prefer something simpler but if it means less work for me it could be good to stick with.
Complex? You mean difficult? It's very easy to use basic features to add very basic cards.
Anki is endlessly customizable if you delve deeper.
Re: Show HN: Vocabulary 90 – vocabulary learning automation
#7Close to an idea I've had for a bit which is to force you to do a 5 word quiz from a fixed group of words at a frequency of your choosing. For me trying to learn Korean, I'd like to indefinitely receive at least two quizzes a day with five words each time among the most used 1000 words. It's the only hope I can think of to force myself to learn. Currently I have a Python script that creates calendar notifications fro…
Have you ever hear of Anki or Memrise ?
lingq.com is a pretty good way to learn a second language this way. I use it by uploading an ebook in my target language. The app keeps track of the words I've learned, and highlights the words and phrases I'm still learning or haven't encountered. I can click on the word/phrase as I'm reading to see a definition or translation in the sidebar, and then mark the level at which I've learned it just like in Anki.
It's pretty slow going at the start, and the texts you have to use are very basic, but pretty quickly I was reading entire YA novels with only a handful of unknown words on each page.
[1]https://www.sk.com.br/sk-krash-english.html [2]https://www.youtube.com/watch?v=fnUc_W3xE1w
Re: Show HN: Vocabulary 90 – vocabulary learning automation
#8Earlier quoted context omitted.
Yes, but I hadn't heard of any scheduling features. I just used the app on my laptop. Looked into it a bit and you're right, I should try to figure it out first. Although Anki is pretty useful, I found it's UX arcane and complex. Would prefer something simpler but if it means less work for me it could be good to stick with.
Yes, but I hadn't heard of any scheduling features. I just used the app on my laptop. The main point of these programs are the scheduling algorithm. Although Anki is pretty useful, I found it's UX arcane and complex. Would prefer something simpler but if it means less work for me it could be good to stick with. Complex? You mean difficult? It's very easy to use basic features to add very basic cards. Anki is endlessl…
Now I’m using someone else’s deck for Latin (that goes with a book), and to say “I just want to revise the material from Chapter X” using tags/keywords/whatever is kinda futsy (you have to create a new temporary deck that has a keyword filter). But if you’re using software every day you can get used to kinks. It’s pretty amazing software.
Re: Show HN: Vocabulary 90 – vocabulary learning automation
#9Earlier quoted context omitted.
Have you ever hear of Anki or Memrise ?
Anki is fantastic for its flexibility, but for language learning I've found I reach a point of diminishing returns after a certain point. From personal experience, I've been pretty much sold on Stephen Krashen's theory of second language acquisition[1][2], which in practice focuses on comprehensible input. lingq.com is a pretty good way to learn a second language this way. I use it by uploading an ebook in my target…
About the comprehensible input theory I have been using this method consistently for almost a year now to teach myself Russian.
It really really works. Initially I focused on learning grammar etc through online course etc but it didn't work for me. When I started focusing on consuming increasingly harder input in Russian (news articles, tweets, short stories etc) I saw a huuuge difference! Your grow your vocab tremendously fast and grammar rules are acquired naturally. I'm not saying it's easy I just say that that method really worked for me.
I tried LingQ to help me and even though is a very good resource the UX is incredibly bad and the free version is even more limiting. To the point that I decided to create my own tool talkabl.com. I decided to open it for free for any language learner.
It's an ongoing experiment on how much of the language learning can be automated :)