Files
data-ge/demo/snippet_alias_generator.json
2025-10-29 00:38:57 +08:00

499 lines
12 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.

[
{
"id": "snpt_daily_gmv_trend",
"aliases": [
{
"text": "每日GMV走势",
"tone": "中性"
},
{
"text": "日销售额趋势",
"tone": "中性"
},
{
"text": "每天卖了多少",
"tone": "口语"
},
{
"text": "按日GMV曲线",
"tone": "专业"
}
],
"keywords": [
"GMV",
"销售额",
"日趋势",
"每日",
"订单量",
"orders",
"price",
"quantity",
"order_date",
"time series",
"趋势图",
"按日聚合"
],
"intent_tags": [
"trend"
]
},
{
"id": "snpt_daily_gmv_ma7",
"aliases": [
{
"text": "GMV七日均线",
"tone": "专业"
},
{
"text": "7天滑动平均",
"tone": "中性"
},
{
"text": "GMV周均走势",
"tone": "中性"
},
{
"text": "GMV平滑曲线",
"tone": "专业"
}
],
"keywords": [
"GMV",
"移动平均",
"MA7",
"七日均线",
"滑动窗口",
"time series",
"order_date",
"price",
"quantity",
"平滑",
"趋势",
"按日聚合"
],
"intent_tags": [
"trend"
]
},
{
"id": "snpt_yoy_daily_gmv",
"aliases": [
{
"text": "GMV日同比",
"tone": "专业"
},
{
"text": "每日同比增速",
"tone": "中性"
},
{
"text": "跟去年同日比",
"tone": "口语"
},
{
"text": "GMV YoY",
"tone": "专业"
}
],
"keywords": [
"同比",
"YoY",
"GMV",
"去年同日",
"增长率",
"price",
"quantity",
"order_date",
"对比分析",
"比值",
"日粒度",
"ratio"
],
"intent_tags": [
"ratio"
]
},
{
"id": "snpt_topn_category_gmv",
"aliases": [
{
"text": "类目GMV排行",
"tone": "中性"
},
{
"text": "类目TopN销量",
"tone": "中性"
},
{
"text": "哪个分类最卖",
"tone": "口语"
},
{
"text": "按类目GMV排序",
"tone": "专业"
}
],
"keywords": [
"TopN",
"分类",
"类目",
"category",
"GMV",
"price",
"quantity",
"排行",
"榜单",
"按类目聚合",
"订单量",
"销量"
],
"intent_tags": [
"topn",
"by_dimension"
]
},
{
"id": "snpt_share_channel",
"aliases": [
{
"text": "渠道GMV占比",
"tone": "中性"
},
{
"text": "各渠道份额",
"tone": "中性"
},
{
"text": "哪个渠道占多",
"tone": "口语"
},
{
"text": "渠道结构占比",
"tone": "专业"
}
],
"keywords": [
"占比",
"份额",
"share",
"channel",
"GMV",
"price",
"quantity",
"比例",
"结构分析",
"按渠道聚合",
"饼图",
"堆叠"
],
"intent_tags": [
"ratio",
"by_dimension"
]
},
{
"id": "snpt_topn_product_gmv",
"aliases": [
{
"text": "商品GMV排行",
"tone": "中性"
},
{
"text": "热销商品TopN",
"tone": "中性"
},
{
"text": "哪款卖得最好",
"tone": "口语"
},
{
"text": "按商品GMV排序",
"tone": "专业"
}
],
"keywords": [
"TopN",
"product_id",
"商品",
"GMV",
"price",
"quantity",
"热销",
"排行",
"销量",
"订单数",
"高基数",
"榜单"
],
"intent_tags": [
"topn",
"by_dimension"
]
},
{
"id": "snpt_join_product_dim",
"aliases": [
{
"text": "关联商品维度",
"tone": "专业"
},
{
"text": "商品ID联表",
"tone": "中性"
},
{
"text": "把商品名连上",
"tone": "口语"
},
{
"text": "product维表join",
"tone": "专业"
}
],
"keywords": [
"join",
"维表",
"product_id",
"维度扩展",
"明细补充",
"维度属性",
"联表查询",
"外键",
"选择列",
"维度贴标签",
"by id",
"映射"
],
"intent_tags": [
"by_dimension"
]
},
{
"id": "snpt_join_customer_dim",
"aliases": [
{
"text": "关联客户维度",
"tone": "专业"
},
{
"text": "客户ID联表",
"tone": "中性"
},
{
"text": "把客户信息补齐",
"tone": "口语"
},
{
"text": "customer维表join",
"tone": "专业"
}
],
"keywords": [
"join",
"维表",
"customer_id",
"客户属性",
"GMV聚合",
"外键关联",
"联表查询",
"ID映射",
"维度丰富",
"分群分析",
"by id",
"扩展字段"
],
"intent_tags": [
"by_dimension"
]
},
{
"id": "snpt_quality_dup_order",
"aliases": [
{
"text": "订单主键去重检",
"tone": "专业"
},
{
"text": "重复order_id查找",
"tone": "中性"
},
{
"text": "有没重复订单",
"tone": "口语"
},
{
"text": "主键唯一性校验",
"tone": "专业"
}
],
"keywords": [
"数据质量",
"重复",
"去重",
"order_id",
"唯一性",
"主键检查",
"异常数据",
"质量预警",
"count>1",
"样本抽取",
"校验",
"重复检测"
],
"intent_tags": [
"quality"
]
},
{
"id": "snpt_quality_price_outlier",
"aliases": [
{
"text": "价格3σ异常检",
"tone": "专业"
},
{
"text": "当日异常价格",
"tone": "中性"
},
{
"text": "看哪单价格怪",
"tone": "口语"
},
{
"text": "价格离群监控",
"tone": "专业"
}
],
"keywords": [
"异常检测",
"3σ",
"stddev",
"价格",
"price",
"离群点",
"质量规则",
"time series",
"order_date",
"阈值告警",
"数据监控",
"波动"
],
"intent_tags": [
"quality"
]
},
{
"id": "snpt_sample_recent_orders",
"aliases": [
{
"text": "近期明细抽样",
"tone": "中性"
},
{
"text": "抽查最近订单",
"tone": "口语"
},
{
"text": "近期订单样本",
"tone": "中性"
},
{
"text": "核验明细抽样",
"tone": "专业"
}
],
"keywords": [
"抽样",
"sample",
"明细",
"order_date",
"order_id",
"customer_id",
"product_id",
"category",
"channel",
"payment_method",
"delivery_status",
"核验"
],
"intent_tags": [
"by_dimension"
]
},
{
"id": "snpt_filter_paid_delivered",
"aliases": [
{
"text": "信用卡送达筛选",
"tone": "中性"
},
{
"text": "只看信用卡已送达",
"tone": "口语"
},
{
"text": "信用卡且已送达",
"tone": "中性"
},
{
"text": "付款信用卡已送达",
"tone": "专业"
}
],
"keywords": [
"支付方式",
"信用卡",
"Credit Card",
"配送状态",
"Delivered",
"已送达",
"过滤条件",
"where子句",
"订单筛选",
"支付渠道",
"状态筛选",
"条件片段"
],
"intent_tags": [
"by_dimension"
]
},
{
"id": "snpt_filter_device_channel",
"aliases": [
{
"text": "设备渠道筛选",
"tone": "中性"
},
{
"text": "只看移动付费社媒",
"tone": "口语"
},
{
"text": "设备+渠道过滤",
"tone": "专业"
},
{
"text": "端与渠道条件",
"tone": "中性"
}
],
"keywords": [
"device_type",
"channel",
"设备类型",
"渠道",
"过滤条件",
"where子句",
"Mobile",
"Desktop",
"Paid Search",
"Social",
"范围限定",
"条件片段"
],
"intent_tags": [
"by_dimension"
]
}
]