Skip to content
  • This project
    • Loading...
  • Sign in

沈秋雨 / lyric_rhyme

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • lyric_rhyme
  • requirements.txt
  • 沈秋雨's avatar
    新增 PostgreSQL 去重检索链路与 hard 评估集支持 · 49008962 ...
    49008962
    - 新增 PostgreSQL 导入脚本、评估脚本和 schema 定义,支持基于 exact_hash、pg_trgm 和行级 hash 的三层召回策略
    - 评估 CLI 新增 hard profile,覆盖错别字、OCR 错误、整段翻译、medley 片段等更贴近业务边界的场景
    - 调整 checker.py 复核阈值与匹配理由文案,优化翻译行相似与仅副歌重复场景的判定逻辑
    - 同步更新 README、TEST_WORKFLOW 和单元测试
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    沈秋雨 authored 2026-06-03 16:34:25 +0800
requirements.txt 173 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
# Test runner
pytest>=8.0

# PostgreSQL storage prototype
psycopg[binary]>=3.2

# Existing MySQL/COS lyric download utilities
pymysql>=1.1
cos-python-sdk-v5>=1.9
tqdm>=4.66