definitions
Data license: MIT · Data source: https://github.com/Iktahana/Genji
1 row where entry_uuid = "00013aeb-f788-56b0-b5d3-877d0ab719ae"
This data as json, CSV (advanced)
| id ▼ | entry_uuid | def_index | gloss | register | nuance | scenarios | sensory_tags | collocations | examples |
|---|---|---|---|---|---|---|---|---|---|
| 147422 | 00013aeb-f788-56b0-b5d3-877d0ab719ae | 1 | straight shooter | 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);