- from app.strategies.impl._monthly_base import MonthlyStrategyBase
- class MonthlySegmentStrategy(MonthlyStrategyBase):
- """逐月-分词策略:与逐月相同 ODPS 逻辑,strategy 标签为「逐月-分词」。"""
- strategy_id = "monthly_segment"
- name = "逐月-分词"
- strategy_label = "逐月-分词"
- version = "1.0.0"
|