Joined: May 2013
Posts: 20
Thanks:
0
Another one for code proficient users (definitely not me!)
I'd like to 'compare' my Anki vocab deck to a frequency list and then somehow generate a new list of Kanji compounds and words that aren't in my Anki deck. In other words, I'd like to fill in the gaps.
Presumable I need to export my Anki deck into a certain format (*.txt ?). Then choose a frequency list and also have it in *.txt format. Any idea how would I proceed from there?
Joined: May 2013
Posts: 965
Thanks:
45
I haven't used it much, but according to the docs, it is the K+n value. So a value of zero means you know every word.
Joined: Jan 2012
Posts: 372
Thanks:
18
In morphman you can set it up to output i+0 as one of the fields. Sort by that field in the browser.
Joined: May 2013
Posts: 965
Thanks:
45
I still think understand your question, it's morphman that I'm a a little foggy with but hopefully I remember enough you get you going. As I recall, you have to configure both morphman as well as anki. Morphman has a value called N_k that outputs the number of unknown words in each card. There's another one called N_m that adds words that you know but aren't mature yet. Then inside of anki, you need to create a field to receive that value. And then you need to configure morphman's output to put the N_k value into the 'n+1' field in anki. Again this is off the top of my head, but I hope there's enough there to get you what you want.
Edited: 2014-11-14, 7:52 pm
Joined: Aug 2014
Posts: 80
Thanks:
4
@RandomQuotes
Thanks for the detailed reply. Based on that, cards in my deck that are tagged "comprehension" are the cards I want to delete. Thanks again.