Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 536 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 536 Bytes

Text Readability evaluator

A real-time svelte text readabilty evaluator based on various linguistic formulas.

Current scoring formulas:

  • Flesch–Kincaid Readability Ease
  • Gunning Flog Index
  • Coleman-Liau Index
  • Automated Readability Index

Currently supported language

  • English

Usage

  • npm i
  • npm run dev
  • Access localhost:3000 (default port)

Want to help

  • Feel free to create a PR or issue for issues and suggestions
  • Adding new languages is something I'm looking forward to