home / genji

definitions

Data license: MIT · Data source: https://github.com/Iktahana/Genji

1 row where entry_uuid = "00030628-9486-521e-984a-6256d954b566"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ entry_uuid def_index gloss register nuance scenarios sensory_tags collocations examples
15543 00030628-9486-521e-984a-6256d954b566 1 year-round standard   [] {"colors": [], "temperature": null, "sounds": [], "emotions": []} [] {"standard": [{"text": "その植物園では、イヤーラウンドで美しい花々が楽しめる。", "citation": {"source": "幻辭AI", "author": "Gemini", "note": "gemini-2.5-flash"}}, {"text": "このレストランは、地元の新鮮な食材を使ってイヤーラウンドでメニューを更新している。", "citation": {"source": "幻辭AI", "author": "Gemini", "note": "gemini-2.5-flash"}}, {"text": "温暖な気候のおかげで、この地域はイヤーラウンドで観光客が訪れる。", "citation": {"source": "幻辭AI", "author": "Gemini", "note": "gemini-2.5-flash"}}], "literary": []}

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE definitions (
            id              INTEGER PRIMARY KEY AUTOINCREMENT,
            entry_uuid      TEXT NOT NULL REFERENCES entries(uuid),
            def_index       INTEGER,
            gloss           TEXT,
            register        TEXT,
            nuance          TEXT,
            scenarios       TEXT,       -- JSON array
            sensory_tags    TEXT,       -- JSON
            collocations    TEXT,       -- JSON array
            examples        TEXT,       -- JSON
            UNIQUE(entry_uuid, def_index)
        );
CREATE INDEX idx_definitions_uuid ON definitions(entry_uuid);
Powered by Datasette · Queries took 35.308ms · Data license: MIT · Data source: https://github.com/Iktahana/Genji