definitions
Data license: MIT · Data source: https://github.com/Iktahana/Genji
1 row where entry_uuid = "00043d11-6dfc-51ff-82d4-0698ee47e237"
This data as json, CSV (advanced)
| id ▼ | entry_uuid | def_index | gloss | register | nuance | scenarios | sensory_tags | collocations | examples |
|---|---|---|---|---|---|---|---|---|---|
| 113025 | 00043d11-6dfc-51ff-82d4-0698ee47e237 | 1 | sancita karma | standard | [] | {"colors": [], "temperature": null, "sounds": [], "emotions": []} | [] | {"standard": [{"text": "仏教では、現世で行った善悪の報いがいずれ現れることを順生業という考え方で説く。", "citation": {"source": "幻辭AI", "author": "Gemini", "note": "gemini-3-flash-preview"}}, {"text": "自分の行いが巡り巡って未来に影響するという順生業の教えを胸に刻む。", "citation": {"source": "幻辭AI", "author": "Gemini", "note": "gemini-3-flash-preview"}}, {"text": "順生業という言葉を知り、日々の行いを正そうという気持ちが芽生えた。", "citation": {"source": "幻辭AI", "author": "Gemini", "note": "gemini-3-flash-preview"}}], "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);