https://github.com/precondition/verb_inflections_jmdict
Auto-generated JMDict file with inflected/conjugated verbs
https://github.com/precondition/verb_inflections_jmdict
japanese language-learning mpv
Last synced: over 1 year ago
JSON representation
Auto-generated JMDict file with inflected/conjugated verbs
- Host: GitHub
- URL: https://github.com/precondition/verb_inflections_jmdict
- Owner: precondition
- License: gpl-3.0
- Created: 2023-04-18T11:56:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T17:48:52.000Z (almost 3 years ago)
- Last Synced: 2025-01-27T22:13:59.165Z (over 1 year ago)
- Topics: japanese, language-learning, mpv
- Language: Python
- Homepage:
- Size: 734 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
Convert JMDict files in YomiChan format into files containing the following inflections (affirmative and negative) of each verb in the source file:
- Non-Past Polite
- Past
- Past Polite
- Te-Form
- Imperative
- Conditional
All the heavy lifting is done by [PyKatsuyou](https://github.com/SmashinFries/PyKatsuyou) and its dependencies.
# Usage
```
python3 generate_ja_conjugations.py
```
Check out the [Releases page](https://github.com/precondition/Verb_inflections_JMDict/releases) to download pre-generated ZIPs.
# Motivation
The [Memento](https://github.com/ripose-jp/Memento) video player doesn't properly support the look-up of conjugated verbs in the subtitles (See issue [Parsing verb forms and helper verbs #109](https://github.com/ripose-jp/Memento/issues/109)). Adding dictionaries containing entries for conjugated verbs is a stop-gap solution to this problem.
