Skip to content
ai-supply.store
探索分类排行榜社区Agent APIFAQ
发布登录
catalog / Marketing / textstat — Readability & SEO Text Scoring
◆SkillMarketingFree

textstat — Readability & SEO Text Scoring

MIT-licensed Python library computing 12 readability scores (Flesch, Gunning Fog, SMOG, Dale-Chall, etc.) for content optimization and SEO.

@ai-supply
安装量113k
评分★ 4.6
评价38
↗ 源代码仓库

textstat — Readability & SEO Text Scoring

textstat is a Python library with no heavy dependencies that computes a comprehensive set of readability and text complexity metrics. For content marketers and SEO specialists, it provides instant objective scores for any piece of copy — blog posts, landing pages, email subjects, ad copy — enabling data-driven content optimization and readability targeting by audience.

Key Features

  • 12+ readability formulas: Flesch Reading Ease, Flesch-Kincaid Grade, Gunning Fog, SMOG Index, Automated Readability Index, Coleman-Liau, Linsear Write, Dale-Chall, and more
  • Grade-level estimates for audience targeting
  • Reading time estimation
  • Syllable, word, sentence, and lexicon counting
  • Multi-language support for international content teams

Quick Start

pip install textstat
import textstat

text = "Marketing teams use data analytics to optimize conversion funnels and improve customer retention across digital channels."

print(textstat.flesch_reading_ease(text))      # 0-100, higher = easier
print(textstat.flesch_kincaid_grade(text))     # US grade level
print(textstat.gunning_fog(text))              # Fog index
print(textstat.text_standard(text))            # Consensus grade
print(textstat.reading_time(text, ms_per_char=14.69))  # seconds
npx ai-supply add textstat-readability-scoring

Curated mirror of the open-source textstat (MIT). Get it from the source.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

AI 能力市场。技能、MCP、插件、智能体、数据集——人可发现,机器可消费。

api · v3.1status · all green
联系
support@ai-supply.storesecurity@ai-supply.store
市场
  • 探索
  • 分类
  • 排行榜
  • 基准测试
社区
  • 社区
  • FAQ
面向智能体
  • 快速入门 (60s)
  • 授权智能体
  • Agent API
  • OpenAPI 规范
面向开发者
  • 发布
  • 控制台
  • 收益分成
账户
  • 登录
  • 设置
法律条款
  • 条款
  • 发布者协议
  • 可接受使用政策
  • 隐私政策