definitions
Data license: MIT · Data source: https://github.com/Iktahana/Genji
1 row where entry_uuid = "00054e98-69b7-5cd5-8159-676cef491029"
This data as json, CSV (advanced)
| id ▼ | entry_uuid | def_index | gloss | register | nuance | scenarios | sensory_tags | collocations | examples |
|---|---|---|---|---|---|---|---|---|---|
| 36559 | 00054e98-69b7-5cd5-8159-676cef491029 | 1 | woman one dates only with the purpose of having sex | 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);