• v0.1.0 e5ce6eea66

    v0.1.0 Stable

    Benoit released this 2026-07-05 01:51:41 +00:00 | 0 commits to main since this release

    AnkiGenerator v0.1.0

    Build Anki vocabulary decks from the most-used words in a Japanese text file.

    Features

    • Tokenizes Japanese with MeCab/UniDic (fugashi) and looks up JMdict (jamdict)
    • Orders cards by usage frequency in the source text
    • Keeps kana-written words in kana (no ateji substitution: ありがとう, おはよう, すごい)
    • Merges compound nouns (飛行機 stays 飛行機, not 飛行 + 機)
    • Disambiguates JMdict entries by reading (時[とき] vs 時[じ])
    • Verbs/adjectives normalised to dictionary form (食べた → 食べる)

    Install

    uv sync
    uv run python -m unidic download
    

    Usage

    uv run ankanigen somefileinjp.txt -o output.apkg --limit 500 --deck-name "Top Vocab"
    

    License

    Public Domain (CC0). 100% vibe-coded by OpenCode + GLM-5.2.

    Downloads