API 使用说明
URL 参数自动搜索:
?q=mindfulness&lang=en&coll=经藏/相应部_sn
JavaScript API(window.EarlyBuddhistAPI):
// 搜索
const results = await EarlyBuddhistAPI.search('正见', 'zh');
// 获取经文全文
const text = await EarlyBuddhistAPI.getFullText('mn9', '经藏/中部_mn', 'zh');
// 提取术语
const terms = EarlyBuddhistAPI.extractTerms('什么是正见和正念', 'zh');
// 检测问句意图
const intent = EarlyBuddhistAPI.detectQuestion('what is right view', 'en');
原始数据文件:
GET collections.json — 索引清单
GET search_index_en_*.json — 英文搜索索引
GET search_index_zh_*.json — 中文搜索索引
GET data/{collection}/pali_*.json — 经文原始数据