definitions
Data license: MIT · Data source: https://github.com/Iktahana/Genji
1 row where entry_uuid = "000217bd-ec59-50d3-8f1f-790032c08a84"
This data as json, CSV (advanced)
| id ▼ | entry_uuid | def_index | gloss | register | nuance | scenarios | sensory_tags | collocations | examples |
|---|---|---|---|---|---|---|---|---|---|
| 108763 | 000217bd-ec59-50d3-8f1f-790032c08a84 | 1 | marathon training in physical education classes in Japanese schools | 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
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);