https://github.com/uesteibar/anki-jp-verbs
https://github.com/uesteibar/anki-jp-verbs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uesteibar/anki-jp-verbs
- Owner: uesteibar
- Created: 2024-06-17T05:09:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T18:38:54.000Z (9 months ago)
- Last Synced: 2025-01-11T11:47:47.504Z (4 months ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Anki verb conjugations
A handy script to generate anki cards for japanese verb conjugations.

![]()
### Installation
1. Clone the repository
2. Download [jmdict-eng-3.5.0.json.zip](https://github.com/scriptin/jmdict-simplified/releases/tag/3.5.0+20240617121821), unzip and place json into `data/`
3. Install dependencies
```
npm install
```
4. Install Anki and Anki-Connect### Running
You'll need Anki with Anki-Connect up and running.
Then run
```
npm run create-deck
```And select your preferred options.
You can add your own verbs in `src/verbs.js`
### Currently supported forms
- [x] Present formal (食べます)
- [x] Present informal negative (食べない),
- [x] Past informal (食べた),
- [x] Past informal negative (食べなかった),
- [x] Present formal negative (食べません),
- [x] Past formal (食べました),
- [x] Past formal negative (食べませんでした),
- [x] Te (食べて) form,
- [x] Present continuous informal (食べている),
- [ ] Present continuous informal negative (食べていない),
- [x] Present continuous formal (食べています),
- [ ] Present continuous formal negative (食べていません),
- [ ] Past continuous informal (食べていた),
- [ ] Past continuous informal negative (),
- [ ] Past continuous formal (食べていました),
- [ ] Past continuous formal negative (食べていませんでした),