Commit 8fa0fad8 authored by junmeng huang's avatar junmeng huang
Browse files

feat; 第六阶段,阶段6完成!

  新增模块

  src/quality/                    # 质量控制模块
  ├── models.py                   # Issue, StyleCheckResult, QualityScore
  ├── style_checker.py            # 风格校验器(240行)
  └── evaluator.py                # 质量评估器(330行)

  src/core/iterative_generator.py # 迭代优化生成器(280行)
  src/utils/monitor.py            # 性能监控工具(180行)

  核心功能

  | 组件                 | 功能                    |
  |--------------------|-----------------------|
  | StyleChecker       | 禁用词检测、标点校验、网络流行语过滤    |
  | QualityEvaluator   | 5维度评分(风格、语言、细节、连贯、情感) |
  | IterativeGenerator | 自动迭代+参数调整+最优选择        |
parent 44c67fdd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment