definitions
Data license: MIT · Data source: https://github.com/Iktahana/Genji
1 row where entry_uuid = "a6a69f80-7d42-5e54-8208-a62ca4139c13"
This data as json, CSV (advanced)
| id ▼ | entry_uuid | def_index | gloss | register | nuance | scenarios | sensory_tags | collocations | examples |
|---|---|---|---|---|---|---|---|---|---|
| 16 | a6a69f80-7d42-5e54-8208-a62ca4139c13 | 1 | like that | 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"}}, {"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"}}, {"text": "「まさか、事件の結末がああなるとは夢にも思わなかった」", "citation": {"source": "幻辭AI", "author": "Gemini", "note": "gemini-3-flash-preview"}}], "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": "ああ舟にのりて行かば、… |
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);