WangXuMing a104aadf2b chore: 提交敏感词库清理和测试文件 17 小時之前
..
full_scan_results a104aadf2b chore: 提交敏感词库清理和测试文件 17 小時之前
README.md 9d40938319 feat: 统一模型配置加载并重构审查/编写模块 1 月之前
analyze_grammar_quality.py fd211873b7 fix: 过滤词句语法审查中的解析失败和无效结果 1 天之前
grammar_check_result.json a104aadf2b chore: 提交敏感词库清理和测试文件 17 小時之前
grammar_check_server.py b139a0cb56 feat: 添加 pyproject.toml + 清理 sys.path.insert 2 周之前
grammar_check_test.html adc0593910 chore: 清理冗余文件及小幅修复 2 周之前
run_full_scan.py fd211873b7 fix: 过滤词句语法审查中的解析失败和无效结果 1 天之前
test_grammar_check_prompt_fix.py fd211873b7 fix: 过滤词句语法审查中的解析失败和无效结果 1 天之前
test_grammar_check_split.py fd211873b7 fix: 过滤词句语法审查中的解析失败和无效结果 1 天之前

README.md

词句语法审查前端测试

启动测试

python grammar_check_server.py --port 8022

浏览器打开 http://localhost:8022

终止测试(杀掉端口)

# 查找并强制终止占用 8022 端口的进程
for /f "tokens=5" %a in ('netstat -ano ^| findstr ":8022"') do taskkill /PID %a /F