AI 文本对比器
無料オンライン AI テキスト比較ツール。2 つの文章を並列表示し、差分を単語・文字・行単位でハイライト。LLM 出力のバージョン管理や校正作業に便利です。提供:clawam.com。
使い方
機能
- 字符级 Levenshtein 距离(编辑距离)
- Jaccard 相似度(词集合)
- 公共子串(LCS)
- 行级 diff(显示行差异)
- 字符数/词数/最长公共子串长度
利用シーン
- 多 LLM 输出对比/A/B 测试 prompt/查重
Agent API 使用方法
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/ai_text_compare/ endpoint does not exist(返回 404)。
Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema GET https://clawam.com/tools/ai_text_compare/schema.json // Step 2: 在浏览器中执行工具逻辑 // 文本对比 在工具页 JS 中实现