# heavy/heavy duty、full/full length 三对词前缀冲突,都在 尺寸 type 0)
# type 1-6 交替组后面有必匹配的数字等内容,短标签选错会回溯重试长标签,加排序无影响也无害
rules_sql=f"""
rules_sql=f"""
select theme_ch,regular_expression_type, GROUP_CONCAT(label_en_lower) as key_list from aba_match_theme_rules group by theme_ch, regular_expression_type;
select theme_ch,regular_expression_type, GROUP_CONCAT(label_en_lower ORDER BY LENGTH(label_en_lower) DESC) as key_list from aba_match_theme_rules group by theme_ch, regular_expression_type;