文润 (WenRun)
中文 AI 文本自然度检测与优化工具。
功能
| 模式 | 说明 |
|---|---|
| 分析 | 扫描文本,识别 AI 文本特征,输出 AI 度评分 + 问题定位 |
| 润色 | 基于分析结果自动改写,可配置风格(日常、学术、营销、自媒体)[即将推出] |
使用方式
# 分析文本
python3 scripts/wenrun.py analyze --text "要检测的文章内容..."
# 分析文件
python3 scripts/wenrun.py analyze --file article.txt
# 润色文本
python3 scripts/wenrun.py polish --text "要润色的内容..." --style casual
# 润色文件
python3 scripts/wenrun.py polish --file article.txt --style wechat
特征库
当前版本内置 8 大类 60+ 条中文 AI 文本特征规则。 详见 features/ai-patterns.json。
免责声明
重要声明:
- 仅供参考:本工具的分析结果和建议仅供参考,不构成对 AI 检测结果的保证。
- 非保证:本工具无法保证 100% 准确识别 AI 生成文本,存在误报和漏报的可能。
- 用户责任:最终内容质量和使用责任由用户自行承担。
- 持续迭代:AI 文本特征不断变化,本工具的特征库将持续更新。
Disclaimer (English):
- For Reference Only: Analysis results and suggestions are for reference only and do not guarantee AI detection accuracy.
- No Guarantee: This tool cannot guarantee 100% accuracy in identifying AI-generated text.
- User Responsibility: The ultimate responsibility for content quality and use rests with the user.
- Continuous Updates: AI text patterns evolve; this tool's feature library will be updated accordingly.
评论
加载中…