Automated Reasoning for Web Usability Problems
RESTful Web Service to calculate readability
Readability formula:
(also usable for English, German, Greek and Swedish)
The following GET-options are supported
- lang language to use
possible options: de,
en,
es,
fr,
it,
pt
default: en
The HTML or TEXT (encoded in UTF-8) to be
analyzed needs to be included in the POST body.
The returned data are in JSON format. It is an object with
three attributes:
- originalText original text
- hyphenText text with hyphen (|)
- sentences number of sentences
- words number of word
- syllables number of syllables
- language selected language
- bigwords number of bigwords
- char6words words more than 6 letters
- characters number of characters
- readability readability index
(see above)
- numberOfLinks contains number of all links