https://github.com/multani/anki-japanese-addon
Yet another Japanese helper addon for Anki
https://github.com/multani/anki-japanese-addon
Last synced: 11 months ago
JSON representation
Yet another Japanese helper addon for Anki
- Host: GitHub
- URL: https://github.com/multani/anki-japanese-addon
- Owner: multani
- Created: 2019-02-03T10:18:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-27T19:15:15.000Z (over 6 years ago)
- Last Synced: 2025-03-16T15:17:52.814Z (about 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yet another Japanese helper addon for Anki
==========================================
It focuses mostly on automating the followings:
* to retrieve the translation information out of [Jisho](https://jisho.org).
This focuses especially on Hiragana, Katakana and their Romaji interpretation
for now.
* the autogeneration of Japanese sounds using [Amazon
Polly](https://aws.amazon.com/polly/)
You will need credentials to access AWS and configure them in `config.json`
to use this addon.
See also
--------
There are a bunch of other addons to help learning Japanese available on [the
official Anki addons webpage](https://ankiweb.net/shared/addons/).
They are probably more mature and I expect the developers to know more what
they are doing than me :)
Dependencies
------------
This addon requires the following libraries:
* [boto3](https://boto3.amazonaws.com/v1/documentation/api/latest/) to interact
with Amazon Polly
* it bundles `romkan.py` from
[python-romkan](https://github.com/soimort/python-romkan/blob/f92106a37d388c62d871210aee2ec46eb5e5cef2/src/romkan/common.py)