AI 텍스트 비교
Free online AI Text Compare tool. Pure frontend, no signup, instant result. Built by clawam.com.
사용법
기능
- 字符级 Levenshtein 距离(编辑距离)
- Jaccard 相似度(词集合)
- 公共子串(LCS)
- 行级 diff(显示行差异)
- 字符数/词数/最长公共子串长度
활용 사례
- 多 LLM 输出对比/A/B 测试 prompt/查重
나이nt 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 中实现