tech-bid-manage20260423A/data/attachment_section_rules.json
2026-04-23 17:10:38 +08:00

23 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"_meta": "附件类章节stack_charts_only 为默认,叶节点按 diagram 意图栈只输出 [FIGURE]/[TABLE] 块、无叙述正文full 为长文single_chart_only 为栈顶单块。修改后重启生效。",
"_field_docs": {
"title_regex": "标题任一则正则匹配即视为附件节Python re 语法)",
"table_hint_keywords": "标题含此类子串且双开关均开时倾向表格",
"figure_hint_keywords": "标题含此类子串且双开关均开时倾向图示",
"default_kind_when_ambiguous": "双开且标题无倾向词时的默认figure 或 table",
"attachment_leaf_body_mode": "stack_charts_only意图栈只生成图/表块full与常规章节相同长文single_chart_only仅栈顶一块图或表"
},
"schema_version": 1,
"attachment_leaf_body_mode": "stack_charts_only",
"title_regex": [
"附件\\s*[一二三四五六七八九十0-9A-Za-z、:.]",
"附\\s*图",
"附\\s*表",
"附\\s*件\\s*\\(",
"^\\s*[\\d一二三四五六七八九十\\..、]+\\s*附件"
],
"table_hint_keywords": ["附表", "一览表", "清单表", "表", "统计表", "明细表"],
"figure_hint_keywords": ["附图", "示意图", "平面图", "流程图", "布置图", "组织图", "横道"],
"default_kind_when_ambiguous": "table"
}