definitions
Data license: MIT · Data source: https://github.com/Iktahana/Genji
2 rows where entry_uuid = "0004af38-2d4d-51f6-b2ff-d8bc6e65b69c"
This data as json, CSV (advanced)
| id ▼ | entry_uuid | def_index | gloss | register | nuance | scenarios | sensory_tags | collocations | examples |
|---|---|---|---|---|---|---|---|---|---|
| 220636 | 0004af38-2d4d-51f6-b2ff-d8bc6e65b69c | 1 | incomplete | standard | [] | {"colors": [], "temperature": null, "sounds": [], "emotions": []} | [] | {"standard": [{"text": "ファイルの転送が未完了の状態でUSBメモリを抜いてしまい、データが破損してしまった。", "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": "青空文庫"}}]} | |
| 220637 | 0004af38-2d4d-51f6-b2ff-d8bc6e65b69c | 2 | imperfect | 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"}}], "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);