definitions
Data license: MIT · Data source: https://github.com/Iktahana/Genji
1 row where entry_uuid = "73ef89b2-de7e-5301-bd3c-d8b1770c620c"
This data as json, CSV (advanced)
| id ▼ | entry_uuid | def_index | gloss | register | nuance | scenarios | sensory_tags | collocations | examples |
|---|---|---|---|---|---|---|---|---|---|
| 19 | 73ef89b2-de7e-5301-bd3c-d8b1770c620c | 1 | aaah! | 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"}}, {"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": [{"text": "嗚呼かくて大地を再び見ることの嗚呼感激、嗚呼嗚呼嗚呼。", "citation": {"source": "金談にからまる詩的要素の神秘性に就て", "author": "坂口安吾", "note": "青空文庫"}}, {"text": "二人はむしろに座って、「わあああああああああ。", "citation": {"source": "十月の末", "author": "宮沢賢治", "note": "青空文庫"}}, {"text": "ところが不思議なことは、「わああああんああああ。", "citation": {"source": "十月の末", "author": "宮沢賢治", "note": "青空文庫"}}, {"text": "ああああ本道じゃ、何ね、この間の梅雨に水が出て、とてつもない川さ出来たでがすよ。", "citation": {"source": "高野聖", "author": "泉鏡花", "note": "青空文庫"}}, {"text": "ところが不思議なことは、「わああああ※ああああ。", "citation": {"source": "十月の末", "author": "宮沢賢治", "note": "青空文庫"}}, {"text": "」「ああ、ああああ、ああーッ。", "citation": {"source": "売色鴨南蛮", "author": "泉鏡花", "note": "青空文庫"}}, {"text": "酒のめどこのごろ醉はぬさびしさうたへどもああああ遂に涙出でざり。", "citation": {"source": "短歌", "author": "萩原朔太郎", "note": "青空文庫"}}, {"text": "……第一見えそうな位置でもないのに――いま言った黄昏になる頃は、いつも、窓にも縁にも一杯の、川向うの山ばかりか、我が家の町も、門も、欄干も、襖も、居る畳も、ああああ我が影も、朦朧と見えなくなって、国中、町中にただ一条、その桃の古小路ばかりが、漫々として波の静な蒼海に、船脚を曳いたように見える。", "citation": {"source": "絵本の春", "author": "泉鏡花", "note": "青空文庫"}}, {"text": "保険か何ぞの勧誘員が、紹介人と一所に来たらしい風采なのを、さも恋路ででもあるように、老人感に堪えた顔色で、「ああああ、うまうまと入ったわ――女の学校じゃと云うに。", "citation": {"source": "白金之絵図", "author": "泉鏡花", "note": "青空文庫"}}, {"text": "「ああああ、板の下から潜出して、一つ水の中から顕れたのがあります。", "citation": {"source": "南地心中", "author": "泉鏡花", "note": "青空文庫"}}, {"text": "」 お米はただ切なそうに、ああああというばかりであったが、急にまた堪え得ぬばかり、「堪忍よう、… |
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);