readsight 1.0.0

Multilingual readability library — 86 languages, 17 formulas, TeX-based syllable counting via the Frank M. Liang algorithm.
Documentation
{
    "code": "hy",
    "name": "Armenian",
    "nativeName": "Հայերեն",
    "script": "Armenian",
    "hyphenMins": {
        "left": 1,
        "right": 2
    },
    "letterPattern": "[Ա-Ֆա-և]",
    "wordSplitPattern": "[^\\p{L}'’-]+",
    "sentenceBoundaryPattern": "[.!?]+",
    "formulas": {
        "gunning_fog": {
            "enabled": true
        },
        "smog": {
            "enabled": true
        },
        "coleman_liau": {
            "enabled": true
        },
        "ari": {
            "enabled": true
        },
        "lix": {
            "enabled": true,
            "longWordThreshold": 7
        }
    }
}