mirror of
https://github.com/xr843/Master-skill.git
synced 2026-05-10 05:16:25 +00:00
feat: add search_scope to all teachers + cross-reference tool for inter-teacher dialogue
Each teacher's meta.json now includes search_scope with tradition-specific CBETA/SuttaCentral IDs, dictionary sources, and keywords for focused RAG retrieval. New tools/cross_reference.py enables lineage queries and cross-tradition concept comparison via FoJin KG. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -5,17 +5,69 @@
|
||||
"tradition": "南传",
|
||||
"school": "泰国森林传承",
|
||||
"era": "1918-1992",
|
||||
"languages": ["en", "th", "pi", "zh"],
|
||||
"languages": [
|
||||
"en",
|
||||
"th",
|
||||
"pi",
|
||||
"zh"
|
||||
],
|
||||
"fojin_entity_id": null,
|
||||
"sources": [
|
||||
{"type": "suttacentral", "id": "dn22", "title": "Mahāsatipaṭṭhāna Sutta"},
|
||||
{"type": "suttacentral", "id": "sn56.11", "title": "Dhammacakkappavattana Sutta"},
|
||||
{"type": "suttacentral", "id": "sn35.28", "title": "Ādittapariyāya Sutta"},
|
||||
{"type": "suttacentral", "id": "mn10", "title": "Satipaṭṭhāna Sutta"},
|
||||
{"type": "suttacentral", "id": "sn22.59", "title": "Anattalakkhaṇa Sutta"}
|
||||
{
|
||||
"type": "suttacentral",
|
||||
"id": "dn22",
|
||||
"title": "Mahāsatipaṭṭhāna Sutta"
|
||||
},
|
||||
{
|
||||
"type": "suttacentral",
|
||||
"id": "sn56.11",
|
||||
"title": "Dhammacakkappavattana Sutta"
|
||||
},
|
||||
{
|
||||
"type": "suttacentral",
|
||||
"id": "sn35.28",
|
||||
"title": "Ādittapariyāya Sutta"
|
||||
},
|
||||
{
|
||||
"type": "suttacentral",
|
||||
"id": "mn10",
|
||||
"title": "Satipaṭṭhāna Sutta"
|
||||
},
|
||||
{
|
||||
"type": "suttacentral",
|
||||
"id": "sn22.59",
|
||||
"title": "Anattalakkhaṇa Sutta"
|
||||
}
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"created_at": "2026-04-04",
|
||||
"updated_at": "2026-04-04",
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。"
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。",
|
||||
"search_scope": {
|
||||
"primary_suttacentral_ids": [
|
||||
"dn22",
|
||||
"sn56.11",
|
||||
"sn35.28",
|
||||
"mn10",
|
||||
"sn22.59"
|
||||
],
|
||||
"traditions": [
|
||||
"南传",
|
||||
"上座部"
|
||||
],
|
||||
"dictionary_sources": [
|
||||
"dpd",
|
||||
"pts",
|
||||
"ncped"
|
||||
],
|
||||
"keywords": [
|
||||
"anicca",
|
||||
"dukkha",
|
||||
"anatta",
|
||||
"satipatthana",
|
||||
"vipassana",
|
||||
"无常",
|
||||
"正念"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,17 +4,64 @@
|
||||
"tradition": "汉传",
|
||||
"school": "华严宗",
|
||||
"era": "643-712",
|
||||
"languages": ["zh-classical", "zh"],
|
||||
"languages": [
|
||||
"zh-classical",
|
||||
"zh"
|
||||
],
|
||||
"fojin_entity_id": null,
|
||||
"sources": [
|
||||
{"type": "cbeta", "id": "T10n0279", "title": "大方广佛华严经(八十华严)"},
|
||||
{"type": "cbeta", "id": "T35n1733", "title": "华严经探玄记"},
|
||||
{"type": "cbeta", "id": "T45n1866", "title": "华严一乘教义分齐章"},
|
||||
{"type": "cbeta", "id": "T45n1875", "title": "华严经义海百门"},
|
||||
{"type": "cbeta", "id": "T45n1876", "title": "修华严奥旨妄尽还源观"}
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T10n0279",
|
||||
"title": "大方广佛华严经(八十华严)"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T35n1733",
|
||||
"title": "华严经探玄记"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T45n1866",
|
||||
"title": "华严一乘教义分齐章"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T45n1875",
|
||||
"title": "华严经义海百门"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T45n1876",
|
||||
"title": "修华严奥旨妄尽还源观"
|
||||
}
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"created_at": "2026-04-04",
|
||||
"updated_at": "2026-04-04",
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。"
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。",
|
||||
"search_scope": {
|
||||
"primary_cbeta_ids": [
|
||||
"T10n0279",
|
||||
"T35n1733",
|
||||
"T45n1866",
|
||||
"T45n1875",
|
||||
"T45n1876"
|
||||
],
|
||||
"traditions": [
|
||||
"华严"
|
||||
],
|
||||
"dictionary_sources": [
|
||||
"foguang",
|
||||
"dingfubao"
|
||||
],
|
||||
"keywords": [
|
||||
"法界",
|
||||
"华严",
|
||||
"十玄",
|
||||
"六相",
|
||||
"事事无碍",
|
||||
"因陀罗网"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,15 +4,54 @@
|
||||
"tradition": "汉传",
|
||||
"school": "禅宗",
|
||||
"era": "638-713",
|
||||
"languages": ["zh-classical", "zh"],
|
||||
"languages": [
|
||||
"zh-classical",
|
||||
"zh"
|
||||
],
|
||||
"fojin_entity_id": null,
|
||||
"sources": [
|
||||
{"type": "cbeta", "id": "T48n2008", "title": "六祖大师法宝坛经"},
|
||||
{"type": "cbeta", "id": "T08n0235", "title": "金刚般若波罗蜜经"},
|
||||
{"type": "cbeta", "id": "T14n0475", "title": "维摩诘所说经"}
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T48n2008",
|
||||
"title": "六祖大师法宝坛经"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T08n0235",
|
||||
"title": "金刚般若波罗蜜经"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T14n0475",
|
||||
"title": "维摩诘所说经"
|
||||
}
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"created_at": "2026-04-04",
|
||||
"updated_at": "2026-04-04",
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。"
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。",
|
||||
"search_scope": {
|
||||
"primary_cbeta_ids": [
|
||||
"T48n2008",
|
||||
"T08n0235",
|
||||
"T14n0475"
|
||||
],
|
||||
"traditions": [
|
||||
"禅宗",
|
||||
"般若"
|
||||
],
|
||||
"dictionary_sources": [
|
||||
"foguang",
|
||||
"dingfubao"
|
||||
],
|
||||
"keywords": [
|
||||
"自性",
|
||||
"顿悟",
|
||||
"见性",
|
||||
"无念",
|
||||
"禅",
|
||||
"本心",
|
||||
"般若"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,18 +5,73 @@
|
||||
"tradition": "汉传",
|
||||
"school": "三论宗/中观",
|
||||
"era": "344-413",
|
||||
"languages": ["zh-classical", "zh", "sa"],
|
||||
"languages": [
|
||||
"zh-classical",
|
||||
"zh",
|
||||
"sa"
|
||||
],
|
||||
"fojin_entity_id": null,
|
||||
"sources": [
|
||||
{"type": "cbeta", "id": "T09n0262", "title": "妙法莲华经"},
|
||||
{"type": "cbeta", "id": "T08n0235", "title": "金刚般若波罗蜜经"},
|
||||
{"type": "cbeta", "id": "T14n0475", "title": "维摩诘所说经"},
|
||||
{"type": "cbeta", "id": "T30n1564", "title": "中论"},
|
||||
{"type": "cbeta", "id": "T25n1509", "title": "大智度论"},
|
||||
{"type": "cbeta", "id": "T12n0366", "title": "佛说阿弥陀经"}
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T09n0262",
|
||||
"title": "妙法莲华经"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T08n0235",
|
||||
"title": "金刚般若波罗蜜经"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T14n0475",
|
||||
"title": "维摩诘所说经"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T30n1564",
|
||||
"title": "中论"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T25n1509",
|
||||
"title": "大智度论"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T12n0366",
|
||||
"title": "佛说阿弥陀经"
|
||||
}
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"created_at": "2026-04-04",
|
||||
"updated_at": "2026-04-04",
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。"
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。",
|
||||
"search_scope": {
|
||||
"primary_cbeta_ids": [
|
||||
"T09n0262",
|
||||
"T08n0235",
|
||||
"T14n0475",
|
||||
"T30n1564",
|
||||
"T25n1509"
|
||||
],
|
||||
"traditions": [
|
||||
"中观",
|
||||
"三论",
|
||||
"般若"
|
||||
],
|
||||
"dictionary_sources": [
|
||||
"foguang",
|
||||
"dingfubao",
|
||||
"soothill"
|
||||
],
|
||||
"keywords": [
|
||||
"空",
|
||||
"中道",
|
||||
"般若",
|
||||
"法华",
|
||||
"不二",
|
||||
"八不"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
+58
-7
@@ -4,17 +4,68 @@
|
||||
"tradition": "汉传",
|
||||
"school": "天台/净土(跨宗派)",
|
||||
"era": "1599-1655",
|
||||
"languages": ["zh-classical", "zh"],
|
||||
"languages": [
|
||||
"zh-classical",
|
||||
"zh"
|
||||
],
|
||||
"fojin_entity_id": null,
|
||||
"sources": [
|
||||
{"type": "cbeta", "id": "T37n1762", "title": "阿弥陀经要解"},
|
||||
{"type": "cbeta", "id": "T09n0262", "title": "妙法莲华经"},
|
||||
{"type": "cbeta", "id": "T24n1484", "title": "梵网经"},
|
||||
{"type": "cbeta", "id": "T12n0366", "title": "佛说阿弥陀经"},
|
||||
{"type": "cbeta", "id": "T31n1585", "title": "成唯识论"}
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T37n1762",
|
||||
"title": "阿弥陀经要解"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T09n0262",
|
||||
"title": "妙法莲华经"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T24n1484",
|
||||
"title": "梵网经"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T12n0366",
|
||||
"title": "佛说阿弥陀经"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T31n1585",
|
||||
"title": "成唯识论"
|
||||
}
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"created_at": "2026-04-04",
|
||||
"updated_at": "2026-04-04",
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。"
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。",
|
||||
"search_scope": {
|
||||
"primary_cbeta_ids": [
|
||||
"T37n1762",
|
||||
"T09n0262",
|
||||
"T24n1484",
|
||||
"T12n0366",
|
||||
"T31n1585"
|
||||
],
|
||||
"traditions": [
|
||||
"天台",
|
||||
"净土",
|
||||
"唯识",
|
||||
"律宗"
|
||||
],
|
||||
"dictionary_sources": [
|
||||
"foguang",
|
||||
"dingfubao",
|
||||
"tiantai"
|
||||
],
|
||||
"keywords": [
|
||||
"天台",
|
||||
"净土",
|
||||
"念佛",
|
||||
"六信",
|
||||
"止观",
|
||||
"性相融会"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,17 +5,54 @@
|
||||
"tradition": "藏传",
|
||||
"school": "格鲁派",
|
||||
"era": "1357-1419",
|
||||
"languages": ["bo", "zh", "sa"],
|
||||
"languages": [
|
||||
"bo",
|
||||
"zh",
|
||||
"sa"
|
||||
],
|
||||
"fojin_entity_id": null,
|
||||
"sources": [
|
||||
{"type": "text", "title": "菩提道次第广论 (Lam Rim Chen Mo)"},
|
||||
{"type": "text", "title": "密宗道次第广论 (sNgags Rim Chen Mo)"},
|
||||
{"type": "text", "title": "入中论善显密意疏"},
|
||||
{"type": "text", "title": "辨了不了义善说藏论"},
|
||||
{"type": "text", "title": "三主要道 (Lam gTso rNam gSum)"}
|
||||
{
|
||||
"type": "text",
|
||||
"title": "菩提道次第广论 (Lam Rim Chen Mo)"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"title": "密宗道次第广论 (sNgags Rim Chen Mo)"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"title": "入中论善显密意疏"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"title": "辨了不了义善说藏论"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"title": "三主要道 (Lam gTso rNam gSum)"
|
||||
}
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"created_at": "2026-04-04",
|
||||
"updated_at": "2026-04-04",
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。"
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。",
|
||||
"search_scope": {
|
||||
"traditions": [
|
||||
"藏传",
|
||||
"格鲁"
|
||||
],
|
||||
"dictionary_sources": [
|
||||
"rangjung",
|
||||
"hopkins"
|
||||
],
|
||||
"keywords": [
|
||||
"道次第",
|
||||
"三主要道",
|
||||
"菩提心",
|
||||
"空性",
|
||||
"止观",
|
||||
"出离心"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,18 +4,71 @@
|
||||
"tradition": "汉传",
|
||||
"school": "法相唯识宗",
|
||||
"era": "602-664",
|
||||
"languages": ["zh-classical", "zh", "sa"],
|
||||
"languages": [
|
||||
"zh-classical",
|
||||
"zh",
|
||||
"sa"
|
||||
],
|
||||
"fojin_entity_id": null,
|
||||
"sources": [
|
||||
{"type": "cbeta", "id": "T07n0220", "title": "大般若波罗蜜多经"},
|
||||
{"type": "cbeta", "id": "T30n1579", "title": "瑜伽师地论"},
|
||||
{"type": "cbeta", "id": "T31n1585", "title": "成唯识论"},
|
||||
{"type": "cbeta", "id": "T08n0251", "title": "般若波罗蜜多心经"},
|
||||
{"type": "cbeta", "id": "T29n1558", "title": "阿毗达磨俱舍论"},
|
||||
{"type": "cbeta", "id": "T51n2087", "title": "大唐西域记"}
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T07n0220",
|
||||
"title": "大般若波罗蜜多经"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T30n1579",
|
||||
"title": "瑜伽师地论"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T31n1585",
|
||||
"title": "成唯识论"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T08n0251",
|
||||
"title": "般若波罗蜜多心经"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T29n1558",
|
||||
"title": "阿毗达磨俱舍论"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T51n2087",
|
||||
"title": "大唐西域记"
|
||||
}
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"created_at": "2026-04-04",
|
||||
"updated_at": "2026-04-04",
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。"
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。",
|
||||
"search_scope": {
|
||||
"primary_cbeta_ids": [
|
||||
"T07n0220",
|
||||
"T30n1579",
|
||||
"T31n1585",
|
||||
"T08n0251"
|
||||
],
|
||||
"traditions": [
|
||||
"唯识",
|
||||
"法相"
|
||||
],
|
||||
"dictionary_sources": [
|
||||
"foguang",
|
||||
"dingfubao",
|
||||
"yogacara"
|
||||
],
|
||||
"keywords": [
|
||||
"唯识",
|
||||
"阿赖耶识",
|
||||
"三性",
|
||||
"五位百法",
|
||||
"因明",
|
||||
"瑜伽"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,16 +4,57 @@
|
||||
"tradition": "汉传",
|
||||
"school": "禅宗(五宗兼嗣)",
|
||||
"era": "1840-1959",
|
||||
"languages": ["zh"],
|
||||
"languages": [
|
||||
"zh"
|
||||
],
|
||||
"fojin_entity_id": null,
|
||||
"sources": [
|
||||
{"type": "cbeta", "id": "T19n0945", "title": "大佛顶首楞严经"},
|
||||
{"type": "cbeta", "id": "T08n0235", "title": "金刚般若波罗蜜经"},
|
||||
{"type": "cbeta", "id": "T48n2008", "title": "六祖大师法宝坛经"},
|
||||
{"type": "cbeta", "id": "T17n0842", "title": "大方广圆觉修多罗了义经"}
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T19n0945",
|
||||
"title": "大佛顶首楞严经"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T08n0235",
|
||||
"title": "金刚般若波罗蜜经"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T48n2008",
|
||||
"title": "六祖大师法宝坛经"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T17n0842",
|
||||
"title": "大方广圆觉修多罗了义经"
|
||||
}
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"created_at": "2026-04-04",
|
||||
"updated_at": "2026-04-04",
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。"
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。",
|
||||
"search_scope": {
|
||||
"primary_cbeta_ids": [
|
||||
"T19n0945",
|
||||
"T08n0235",
|
||||
"T48n2008",
|
||||
"T17n0842"
|
||||
],
|
||||
"traditions": [
|
||||
"禅宗"
|
||||
],
|
||||
"dictionary_sources": [
|
||||
"foguang",
|
||||
"dingfubao"
|
||||
],
|
||||
"keywords": [
|
||||
"参禅",
|
||||
"话头",
|
||||
"疑情",
|
||||
"开悟",
|
||||
"禅七",
|
||||
"禅净双修"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,18 +4,70 @@
|
||||
"tradition": "汉传",
|
||||
"school": "净土宗",
|
||||
"era": "1861-1940",
|
||||
"languages": ["zh-classical", "zh"],
|
||||
"languages": [
|
||||
"zh-classical",
|
||||
"zh"
|
||||
],
|
||||
"fojin_entity_id": null,
|
||||
"sources": [
|
||||
{"type": "cbeta", "id": "X62n1182", "title": "印光法师文钞正编"},
|
||||
{"type": "cbeta", "id": "X62n1183", "title": "印光法师文钞续编"},
|
||||
{"type": "cbeta", "id": "X62n1184", "title": "印光法师文钞三编"},
|
||||
{"type": "cbeta", "id": "T12n0366", "title": "佛说阿弥陀经"},
|
||||
{"type": "cbeta", "id": "T12n0365", "title": "佛说观无量寿佛经"},
|
||||
{"type": "cbeta", "id": "T12n0360", "title": "佛说无量寿经"}
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "X62n1182",
|
||||
"title": "印光法师文钞正编"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "X62n1183",
|
||||
"title": "印光法师文钞续编"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "X62n1184",
|
||||
"title": "印光法师文钞三编"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T12n0366",
|
||||
"title": "佛说阿弥陀经"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T12n0365",
|
||||
"title": "佛说观无量寿佛经"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T12n0360",
|
||||
"title": "佛说无量寿经"
|
||||
}
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"created_at": "2026-04-04",
|
||||
"updated_at": "2026-04-04",
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。"
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。",
|
||||
"search_scope": {
|
||||
"primary_cbeta_ids": [
|
||||
"X62n1182",
|
||||
"X62n1183",
|
||||
"X62n1184",
|
||||
"T12n0366",
|
||||
"T12n0365",
|
||||
"T12n0360"
|
||||
],
|
||||
"traditions": [
|
||||
"净土"
|
||||
],
|
||||
"dictionary_sources": [
|
||||
"foguang",
|
||||
"dingfubao"
|
||||
],
|
||||
"keywords": [
|
||||
"念佛",
|
||||
"净土",
|
||||
"往生",
|
||||
"信愿行",
|
||||
"阿弥陀",
|
||||
"极乐"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,17 +4,66 @@
|
||||
"tradition": "汉传",
|
||||
"school": "天台宗",
|
||||
"era": "538-597",
|
||||
"languages": ["zh-classical", "zh"],
|
||||
"languages": [
|
||||
"zh-classical",
|
||||
"zh"
|
||||
],
|
||||
"fojin_entity_id": null,
|
||||
"sources": [
|
||||
{"type": "cbeta", "id": "T46n1911", "title": "摩诃止观"},
|
||||
{"type": "cbeta", "id": "T33n1718", "title": "妙法莲华经玄义"},
|
||||
{"type": "cbeta", "id": "T34n1718", "title": "妙法莲华经文句"},
|
||||
{"type": "cbeta", "id": "T46n1915", "title": "修习止观坐禅法要"},
|
||||
{"type": "cbeta", "id": "T09n0262", "title": "妙法莲华经"}
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T46n1911",
|
||||
"title": "摩诃止观"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T33n1718",
|
||||
"title": "妙法莲华经玄义"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T34n1718",
|
||||
"title": "妙法莲华经文句"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T46n1915",
|
||||
"title": "修习止观坐禅法要"
|
||||
},
|
||||
{
|
||||
"type": "cbeta",
|
||||
"id": "T09n0262",
|
||||
"title": "妙法莲华经"
|
||||
}
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"created_at": "2026-04-04",
|
||||
"updated_at": "2026-04-04",
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。"
|
||||
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。",
|
||||
"search_scope": {
|
||||
"primary_cbeta_ids": [
|
||||
"T46n1911",
|
||||
"T33n1718",
|
||||
"T34n1718",
|
||||
"T46n1915",
|
||||
"T09n0262"
|
||||
],
|
||||
"traditions": [
|
||||
"天台",
|
||||
"法华"
|
||||
],
|
||||
"dictionary_sources": [
|
||||
"foguang",
|
||||
"dingfubao",
|
||||
"tiantai"
|
||||
],
|
||||
"keywords": [
|
||||
"一念三千",
|
||||
"三谛",
|
||||
"止观",
|
||||
"五时八教",
|
||||
"法华",
|
||||
"圆融"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user