Word Cloud

Free online Word Cloud generator. Frequency-based spiral layout, pure SVG output, supports Chinese and English.

Uso

Características

  • 中英文混合分词(简易:2-gram 中文 + 空格分英文)
  • 停用词过滤(用户自定义 + 常见停用词)
  • 词频统计 + 螺旋布局
  • 字号映射 log(freq+1)
  • 3 种形状(圆/方/随机)

Casos de uso

  • 文章关键词提取 / 演讲稿主题 / 客户反馈分析
  • 不依赖 jieba/nodejieba 等 UMD

Agent API Usage

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/word_cloud/ 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/word_cloud/schema.json

// Step 2: 在浏览器中执行工具逻辑
// 词云 在工具页 JS 中实现