Based on 6 ratings:
Sign in to rate
< Back

Sentence Gloss

<10kB. Updated 2012-06-27.

Description

Adds an option in browser to generate glossings for Japanese sentences by polling WWWJDIC. Set 'Expression' field to your sentences, have an empty 'Gloss' field, select some cards, and activate Edit>Regenerate Glosses. Originally Author: overture2112 Ported by: Kenishi This plugin is provided as-is without any additional support.

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:

951200721
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

website change workaround
Posted on 2015-09-14

In Aug 2015, WWWJDIC changed their site URL. To get this plugin working again, edit line 18 in the plugin code to

def url( term ): return 'http://nihongo.monash.edu/cgi-bin/wwwjdic?9ZIH%s' % urllib.quote( term.encode('utf-8') )