Based on 7 ratings:
Sign in to rate
< Back

Bulk-Generate Japanese Vocab Frequency Ranking

4.16MB. Updated 2014-12-17.

Description

What this Add-on Does •This Add-on will generate the frequency ranking for the provided japanese vocab field • The frequency ranking is generated from the same Frequency database of Rikai-Sama firefox add-on (I asked for Permission from Rikai-Sama author) Usage Example For example, if you have a card with the vocab "頬杖" then the frequency ranking of "14962" will be appended to the chosen destination field What does this frequency number means? •if a word has a frequency of 1563, it means that 1562 words are more frequent than it. •frequency number 1-5000 = very common, 5001-10000 = common, 10001-20000 = rare, 20001+ = very rare •Frequencies are based on analysis of 5000+ novels. Naturally, frequency based on other mediums (such as newspapers) might vary. •Not all words have frequency information. It is possible for multiple words to share the same frequency •More info in Rikai-Sama addon or its frequency ranking can be found on his site at http://rikaisama.sourceforge.net/ Image tutorial on how to use https://dl.dropboxusercontent.com/u/99592042/how%20to%20use%20fq%20add%20on/TTT-005.jpg https://dl.dropboxusercontent.com/u/99592042/how%20to%20use%20fq%20add%20on/TTT-006.jpg https://dl.dropboxusercontent.com/u/99592042/how%20to%20use%20fq%20add%20on/TTT-007.jpg https://dl.dropboxusercontent.com/u/99592042/how%20to%20use%20fq%20add%20on/TTT-008.jpg https://dl.dropboxusercontent.com/u/99592042/how%20to%20use%20fq%20add%20on/TTT-009.jpg https://dl.dropboxusercontent.com/u/99592042/how%20to%20use%20fq%20add%20on/TTT-010.jpg Other Notes I'm not a programmer. So my code may have errors. Use Backup !

Download

As add-ons are programs downloaded from the internet, they are potentially malicious. You should only download add-ons you trust.

To download this add-on, please copy and paste the following code into the desktop program:

1612642956
If you were linked to this page from the internet, please go to the Tools menu and then Add-ons>Browse & Install to paste in the code.

Reviews
Ask a Question

Write a Review

Excellent
Posted on 2016-06-21

Great plugin, I used it to sort the Core10k deck on frequency instead of theme. It works on a Mac too if you use the fix described in another review.

Works well after fixing
Posted on 2016-02-04

I encountered the same problem on Linux as others have on Mac. The problem is the path to the database. The problem can be fixed by opening Bulk_Generate_Vocab_Frequency.py located in the Anki/addons folder with a text editor. Change the slashes on line 21 from

FrequencyDBSubfolderName = "\Bulk_Generate_Vocab_Frequency\\"

to

FrequencyDBSubfolderName = "/Bulk_Generate_Vocab_Frequency/"

This change can also be made during step 4 of 6 (picture TTT-008.jpg) during setup.

Addon works well after this change. Thanks

Works great on Windows - Does not work on Mac
Posted on 2015-02-15

I finally got Windows Bootcamp to work on my mac and I remembered this add on (eventually). In short it worked perfectly following the above directions and screen shots, unlike when I tried on Mac OS Yosemite. What I think is most cool about this app is that you can sort the cards by order of frequency and then you don't have to hold back adding cards to your deck. Just add everything and then sort it by frequency so you're always learning the more common words - if you don't get to the less common words who cares? Anyway I think it's a great add on.

Mac issues?
Posted on 2015-02-11

Looks fantastic but it's not working for me, either - I have a mac too if that makes any difference. Get this error message:

Traceback (most recent call last):
File "/Users/Tanya/Documents/Anki/addons/Bulk_Generate_Vocab_Frequency.py", line 100, in <lambda>
browser.connect(a, SIGNAL("triggered()"), lambda e=browser: onBulkGenerateVocabFq(e))
File "/Users/Tanya/Documents/Anki/addons/Bulk_Generate_Vocab_Frequency.py", line 105, in onBulkGenerateVocabFq
bulkGenerateVocabFq(browser.selectedNotes())
File "/Users/Tanya/Documents/Anki/addons/Bulk_Generate_Vocab_Frequency.py", line 85, in bulkGenerateVocabFq
cursor.execute(mQuery)
sqlite3.OperationalError: no such table: Dict

An add-on sent from the heavens, blessed be the coder. Hallelujah! Sing it child
Posted on 2014-12-18

I can't tell you how many times it crossed my mind -- oh how I wished for the Rikai-sama to be able to also have the ability to append frequency information. Oh how I thought about it and dreamed of it, and though those dreams were often plagued by demons taunting me about how my past collection wouldn't have that information, I held on to hope; I had faith in the coders! Now, that steadfast belief in the blessed coders has paid off and we, all of us, have been granted not just the ability to have vocab frequency appended to our new cards, no!! But also the ability to have our back catalogues automatically updated with this righteous information. BLESSED BE THE CODER! I bow down to you, kind sir, for you have done a righteous deed this day. Not once to be forgotten by me.

Seriously though, this is just fantastic and thank you so much for making it. Works perfectly, even for a deck containing over 28K worth of vocab built up over 3 years.

Again, thank you.

Very nice
Posted on 2014-12-18

It's nice to have the word frequency displayed in my Anki decks. And the addon is pretty straightforward to set up.