home / genji

definitions

Data license: MIT · Data source: https://github.com/Iktahana/Genji

1 row where entry_uuid = "00019c30-9b87-5e6e-9ee5-92a6805db143"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ entry_uuid def_index gloss register nuance scenarios sensory_tags collocations examples
239652 00019c30-9b87-5e6e-9ee5-92a6805db143 1 tank top (worn as an undergarment or sportswear) standard   [] {"colors": [], "temperature": null, "sounds": [], "emotions": []} [] {"standard": [{"text": "お風呂上りに、父親はいつもランニングシャツ一枚でビールを飲んでいた。", "citation": {"source": "幻辭AI", "author": "Gemini", "note": "gemini-2.5-pro"}}, {"text": "彼のたくましい腕は、白いランニングシャツの上からでもよくわかった。", "citation": {"source": "幻辭AI", "author": "Gemini", "note": "gemini-2.5-pro"}}, {"text": "衣替えで、夏物のTシャツやランニングシャツをタンスから出した。", "citation": {"source": "幻辭AI", "author": "Gemini", "note": "gemini-2.5-pro"}}], "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": "ランニングシャツにパンツ姿の樸訥な後姿に、ミチは堪らない憐憫を感じた。", "citation": {"source": "刺青", "author": "富田常雄", "note": "青空文庫"}}, {"text": "長浜先輩が何とい…

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 26.775ms · Data license: MIT · Data source: https://github.com/Iktahana/Genji