{
  "slug": "text-statistics",
  "name": "gizza-ai/text-statistics",
  "version": "0.1.0",
  "title": "Text Statistics — Word, character & reading-time counter — gizza.ai",
  "description": "Count words, characters, sentences, paragraphs and lines, and estimate reading time, in your browser. Nothing is uploaded.",
  "tags": [
    "word counter",
    "character count",
    "reading time",
    "text statistics",
    "sentence count",
    "paragraph count"
  ],
  "category": "text",
  "urls": {
    "page": "https://gizza.ai/tools/text-statistics/",
    "markdown": "https://gizza.ai/tools/text-statistics/index.md",
    "descriptor": "https://gizza.ai/tools/text-statistics/tool.json",
    "deep_link_example": "https://gizza.ai/tools/text-statistics/?text=Paste%20or%20type%20your%20text%20here%E2%80%A6"
  },
  "cli": "gizza tool text-statistics \"Paste or type your text here…\"",
  "tool": {
    "description": "Analyze a block of text and return its statistics: characters (with and without spaces), words, sentences, paragraphs, lines, estimated reading time (200 wpm) and speaking time (130 wpm) in minutes, average word length, and average words per sentence. Runs locally — the text never leaves the device.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "text": {
          "description": "The text to analyze.",
          "type": "string"
        }
      },
      "required": [
        "text"
      ],
      "type": "object"
    }
  }
}